|  |  | 
 |  |  |  | 
 |  |  | namespace WIDESEA_Model.Models | 
 |  |  | { | 
 |  |  |     /// <summary> | 
 |  |  |     /// è´§ä½ä¿¡æ¯ | 
 |  |  |     /// </summary> | 
 |  |  |     [SugarTable(nameof(Dt_LocationInfo), "è´§ä½ä¿¡æ¯")] | 
 |  |  |     public class Dt_LocationInfo : BaseEntity | 
 |  |  |     public class Dt_LocationInfo : BaseEntity, BaseWarehouseEntity | 
 |  |  |     { | 
 |  |  |         /// <summary> | 
 |  |  |         /// ä¸»é® | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] | 
 |  |  |         public int Id { get; set; } | 
 |  |  |  | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "åºå主é®")] | 
 |  |  |         public int AreaId {  get; set; } | 
 |  |  |         /// <summary> | 
 |  |  |         /// ä»åºç¼å· | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, ColumnDescription = "ä»åºç¼å·")] | 
 |  |  |         public int WarehouseId { get; set; } | 
 |  |  |  | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "è´§ä½ç¼å·")] | 
 |  |  |         /// <summary> | 
 |  |  |         /// è´§ä½ç¼å· | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "è´§ä½ç¼å·")] | 
 |  |  |         public string LocationCode {  get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è´§ä½åç§° | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "è´§ä½åç§°")] | 
 |  |  |         public string LocationName { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// å··éç¼å· | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "å··éç¼å·")] | 
 |  |  |         public string RoadwayNo {  get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è´§ä½è¡ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½è¡")] | 
 |  |  |         public int Row {  get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è´§ä½å | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½å")] | 
 |  |  |         public int Column { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è´§ä½å± | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½å±")] | 
 |  |  |         public int Layer {  get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è´§ä½æ·±åº¦ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½æ·±åº¦")] | 
 |  |  |         public int Depth {  get; set; } | 
 |  |  |  | 
 |  |  |         //[SugarColumn(IsNullable = false, ColumnDescription = "左侧/å³ä¾§")] | 
 |  |  |         //public int LocationSide {  get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è´§ä½ç±»å | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½ç±»å")] | 
 |  |  |         public int LocationType {  get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// è´§ä½ç¶æ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "è´§ä½ç¶æ")] | 
 |  |  |         public int LocationStatus {  get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// ç¦ç¨ç¶æ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "ç¦ç¨ç¶æ")] | 
 |  |  |         public int EnableStatus { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// å¤æ³¨ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "夿³¨")] | 
 |  |  |         public string Remark {  get; set; } | 
 |  |  |     } |