| | |
| | |  |
| | | using System; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "容å¨ç¼å·")] |
| | | public string ContainerCode { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "夿³¨")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æå¤§é¿åº¦")] |
| | | public int MaxLength { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |