| | |
| | | public int Id { get; set; } |
| | | |
| | | [ExporterHeader(DisplayName = "æçç¼å·")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æçç¼å·")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æçç¼å·")] |
| | | public string PalletCode { get; set; } |
| | | [ExporterHeader(DisplayName = "ç±»å")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç±»å")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç±»å")] |
| | | public int MaterialType { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "è´§ä½ç¼å·")] |
| | | public string LocationCode { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦æ»¡ç", DefaultValue = "0")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ¯å¦æ»¡ç", DefaultValue = "0")] |
| | | public bool IsFull { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåç¶æ")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åºåç¶æ")] |
| | | public int StockStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç©æç¶æ")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç©æç¶æ")] |
| | | public int Wlstatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ°é")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ°é")] |
| | | public int Materialweight { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |