| | |
| | | public string BatchNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍗曟嵁鏁伴噺 |
| | | /// 鍗曟嵁鍗曚綅杞崲鍚庣殑鏁伴噺 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "鍗曟嵁鏁伴噺")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "鍗曟嵁鍗曚綅杞崲鍚庣殑鏁伴噺")] |
| | | public decimal OrderQuantity { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public string BarcodeUnit { get; set; } = null!; |
| | | |
| | | /// <summary> |
| | | /// 鍥炰紶MES |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "鍥炰紶MES")] |
| | | public int ReturnToMESStatus { get; set; } = 0; |
| | | |
| | | /// <summary> |
| | | /// 澶囨敞 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")] |