| | |
| | | [SugarTable("Dt_CabinOrder", "å
¥åºå表")] |
| | | public class Dt_CabinOrder:BaseEntity |
| | | { |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | [SugarColumn(ColumnName = "Id", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | |
| | | public int Id { get; set; } |
| | | |
| | | [SugarColumn(IsNullable =true,Length =50,ColumnDescription ="å
¥åºåå·")] |
| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "OdrderStatus",IsNullable = true,Length =50, ColumnDescription = "è¡¨å¤´ç¶æ")] |
| | | public string OdrderStatus { get; set; } |
| | | |
| | | //䏿¸¸å®æç¶æï¼æªå®æï¼é¨å宿ï¼å·²å®æ |
| | | //[SugarColumn(ColumnName = "UpOrderStatus", IsNullable = true, Length = 50, ColumnDescription = "ç»ä¸æ¸¸ç¶æ")] |
| | | //public string UpOrderStatus { get; set; } |
| | | |
| | | |
| | | //ä¸é¢æ¯å¦éè¦è¿äºåæ®µï¼ |
| | | //ä¼å
级 priority |