| | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁鎷嗙鍏ュ簱")] |
| | | public int UnPackStock { get; set; } |
| | | /// <summary> |
| | | /// 鍒涘缓鏂瑰紡 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "鍒涘缓鏂瑰紡")] |
| | | public int CreateType { get; set; } |
| | | /// <summary> |
| | | /// 宸ヤ綔涓績 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "宸ヤ綔涓績")] |
| | | public string WorkCenter { get; set; } |
| | | /// <summary> |
| | | /// 澶囨敞 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")] |