| | |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç¼å· |
| | | /// æ¹æ¬¡å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æçç¼å·")] |
| | | public string PalletCode { get; set; } |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æ¹æ¬¡å·")] |
| | | public string BatchNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç±»å |
| | | /// éé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æçç±»å")] |
| | | public int PalletType { get; set; } |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "éé")] |
| | | public decimal Weight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç¼å· |