| | |
| | | public string MaterielCode { get; set; } |
| | | |
| | | |
| | | public string MaterielName { get; set; } |
| | | /// <summary> |
| | | /// æ¹æ¬¡å· |
| | | /// </summary> |
| | |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æ¡å½¢ç ")] |
| | | public string Barcode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¡å½¢ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æ¡å½¢ç ")] |
| | | public string BoxSN { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä¾åºåç¼å· |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åä¼ MES")] |
| | | public int ReturnToMESStatus { get; set; } = 0; |
| | | |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è¿ææ¥æ")] |
| | | public DateTime ValidDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true, IsNullable = true)] |
| | | public string Pallet { get; set; } |
| | | } |
| | | } |