| | |
| | | public string PalletCode { get; set; } |
| | | /// <summary> |
| | | /// åºå屿§<br/> |
| | | /// 1:æå<br/> |
| | | /// 2:å°¾æ°<br/> |
| | | /// 3:ç å<br/> |
| | | /// æå =1, |
| | | /// åæå = 2, |
| | | /// åææ = 3, |
| | | /// è¾
æå¤ä»¶ = 4, |
| | | /// 空æ = 5, |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åºå屿§")] |
| | | public int ProStockAttribute { get; set; } |
| | |
| | | public int StockStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é«åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "é«åº¦")] |
| | | public int ProHeight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |