| | |
| | | public int Layer { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½æ·±åº¦")] |
| | | public int Depth { get; set; } |
| | | public int Depth { get; set; } |
| | | |
| | | //[SugarColumn(IsNullable = false, ColumnDescription = "左侧/å³ä¾§")] |
| | | //public int LocationSide { get; set; } |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æå¤§åºå")] |
| | | public int MaxQty { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "å½ååºå")] |
| | | public int CurrentQty { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½ç±»å")] |
| | | public int LocationType { get; set; } |