| | |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// RFID淇℃伅 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "RFID淇℃伅")] |
| | | public string RfidCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鎵樼洏绫诲瀷 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "鎵樼洏绫诲瀷")] |
| | |
| | | public int StockStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鐗╂枡Id |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "鐗╂枡Id")] |
| | | public int MaterielId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鐗╂枡缂栧彿 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鐗╂枡缂栧彿")] |
| | |
| | | /// 搴撳瓨鐗╂枡鎬婚暱(m) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "搴撳瓨鐗╂枡鎬婚暱(m)")] |
| | | public int StockLength { get; set; } |
| | | public decimal StockLength { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鐗╂枡閲嶉噺 |