| | |
| | | [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "ç¼ç ")] |
| | | public string ContainerCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¼å·")] |
| | | public int ContainerNo { get; set; } |
| | | |
| | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "é«")] |
| | | public int ContainerHeight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 设å¤ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设å¤ç¼å·")] |
| | | public string DeviceCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å¯ç¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦å¯ç¨")] |
| | | public bool ContainerEnable { get; set; } |
| | | |