| | |
| | | namespace WIDESEA_Model.Models |
| | | { |
| | | [SugarTable("Dt_DeliveryOrder", "åºåºå")] |
| | | public class Dt_DeliveryOrder: BaseEntity |
| | | public class Dt_DeliveryOrder : BaseEntity |
| | | { |
| | | [SugarColumn(ColumnName = "Id", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | public int Id { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "Out_no", IsNullable = true, Length = 50, ColumnDescription = "åºåºåå·")] |
| | | public string Out_no{ get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "Out_type", IsNullable = true, Length = 3, ColumnDescription = "åºåºåç±»å1æ£å¸¸ï¼2åºåºéè´§")] |
| | | public string Out_type { get; set; } |
| | | public string Out_no { get; set; } |
| | | /// <summary> |
| | | /// 1æ£å¸¸åºåº,3å
¥åºéè´§,6çäºåºåº |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Out_type", IsNullable = true, Length = 3, ColumnDescription = "åºåºç±»åï¼1æ£å¸¸åºåº,3å
¥åºéè´§,6çäºåºåº")] |
| | | public string Out_type { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "Client_no", IsNullable = true, Length = 50, ColumnDescription = "客æ·ä»£ç ")] |
| | | public string Client_no { get; set; } |
| | |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "Account_time", IsNullable = true, ColumnDescription = "åºåºè®°è´¦æ¶é´")] |
| | | public DateTime?Account_time { get; set; } |
| | | public DateTime? Account_time { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¡¨å¤´ç¶æï¼æ°å»ºï¼å¼å§ï¼å·²å®æ //详æ
表å
¨é¨ç¶æä¸ºå
¨é¨ï¼å¨å°ç¶ææ¹æå®æåæä¼ä¸ä¼ ç»ä¸æ¸¸ç³»ç» |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "OutStatus", IsNullable = true, ColumnDescription = "ç¶æ" )] |
| | | [SugarColumn(ColumnName = "OutStatus", IsNullable = true, ColumnDescription = "ç¶æ")] |
| | | public string OutStatus { get; set; } |
| | | |
| | | ///// <summary> |