| | |
| | | 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> |
| | | /// è´§ä½ç¼å· |
| | |
| | | public int StockStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// 0èªäº§ 1å¤è´ 3åé¤ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "0èªäº§ 1å¤è´ 3åé¤")] |
| | | public int Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåæç» |