| | |
| | | public string BarcodeUnit { get; set; } = null!; |
| | | |
| | | /// <summary> |
| | | /// åä¼ MES |
| | | /// åä¼ MES 0æªåä¼ 1å·²åä¼ 2åä¼ å¤±è´¥ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åä¼ MES")] |
| | | public int ReturnToMESStatus { get; set; } = 0; |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èæåºå
¥åºæ°é |
| | | /// </summary> |
| | | public decimal NoStockOutQty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è°æ¨åè¿ææ¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è¿ææ¥æ")] |
| | | public DateTime ValidDate { get; set; } |
| | | } |
| | | } |