| | |
| | | public int PalletType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçå·èµ·å§å符串 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æçå·èµ·å§å符串")] |
| | | public string CodeStartStr { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç±»ååç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æçç±»ååç§°")] |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æå±å±")] |
| | | public string SortNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å ç¨è´§ä½æ° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "å ç¨è´§ä½æ°")] |
| | | public int LocaitonCount { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 大æçæ¯å¦æ¾å¥æ°å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "大æçæ¯å¦æ¾å¥æ°å")] |
| | | public bool IsOdd { get; set; } |
| | | } |
| | | } |