|  |  | 
 |  |  |  | 
 |  |  | namespace WIDESEA_Model.Models | 
 |  |  | { | 
 |  |  |     /// <summary> | 
 |  |  |     /// åºåºåæç» | 
 |  |  |     /// </summary> | 
 |  |  |     [SugarTable(nameof(Dt_OutboundOrderDetail), "åºåºåæç»")] | 
 |  |  |     public class Dt_OutboundOrderDetail : BaseEntity | 
 |  |  |     { | 
 |  |  |         /// <summary> | 
 |  |  |         /// ä¸»é® | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] | 
 |  |  |         public int Id { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// åºåºåä¸»é® | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, ColumnDescription = "åºåºå主é®")] | 
 |  |  |         public int OrderId { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// ç©æç¼å· | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ç©æç¼å·")] | 
 |  |  |         public string MaterielCode { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// ç©æåç§° | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "ç©æåç§°")] | 
 |  |  |         public string MaterielName { get; set; } | 
 |  |  |  | 
 |  |  |         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "æ¹æ¬¡å·")] | 
 |  |  |         /// <summary> | 
 |  |  |         /// æ¹æ¬¡å· | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ¹æ¬¡å·")] | 
 |  |  |         public string BatchNo { get; set; } | 
 |  |  |  | 
 |  |  |         [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "åæ®æ°é")] | 
 |  |  |         public decimal OrderQuantity { get; set; } | 
 |  |  |         /// <summary> | 
 |  |  |         /// è¡å· | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, ColumnDescription = "è¡å·")] | 
 |  |  |         public int RowNo {  get; set; } | 
 |  |  |  | 
 |  |  |         [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "é宿°é", DefaultValue = "0")] | 
 |  |  |         public decimal LockQuantity { get; set; } | 
 |  |  |         /// <summary> | 
 |  |  |         /// åæ®æ°é | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false,  ColumnDescription = "åæ®æ°é")] | 
 |  |  |         public float OrderQuantity { get; set; } | 
 |  |  |  | 
 |  |  |         [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "å·²åºæ°é", DefaultValue = "0")] | 
 |  |  |         public decimal OverOutQuantity { get; set; } | 
 |  |  |         /// <summary> | 
 |  |  |         /// é宿°é | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false,  ColumnDescription = "é宿°é", DefaultValue = "0")] | 
 |  |  |         public float LockQuantity { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// å·²åºæ°é | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false,  ColumnDescription = "å·²åºæ°é", DefaultValue = "0")] | 
 |  |  |         public float OverOutQuantity { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è®¢åæç»ç¶æ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, ColumnDescription = "订åæç»ç¶æ")] | 
 |  |  |         public int OrderDetailStatus { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// åä½ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "åä½")] | 
 |  |  |         public string Unit { get; set; } | 
 |  |  |         /// <summary> | 
 |  |  |         /// å¤æ³¨ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] | 
 |  |  |         public string Remark { get; set; } | 
 |  |  |     } |