| | |
| | | /// æ¯å¦æ¹æ¬¡ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦æ¹æ¬¡")] |
| | | public bool? IsBatch { get; set; } |
| | | public int IsBatch { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ååº |
| | |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åä¼ MES |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åä¼ MES")] |
| | | public int ReturnToMESStatus { get; set; } = 0; |
| | | |
| | | /// <summary> |
| | | /// è°æ¨åæç» |
| | | /// </summary> |