| | |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç±»å |
| | | /// æçç±»å(1--å¸å·ï¼2-æ¾å¸å·ï¼1-æå) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æçç±»å")] |
| | | public string PalletType { get; set; } |
| | |
| | | [ExporterHeader(DisplayName = "夿³¨")] |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¸åæ¬¡æ° |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä¸å次æ°")] |
| | | [ExporterHeader(DisplayName = "ä¸å次æ°")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä¸å次æ°")] |
| | | public int NumberSsuances { get; set; } |
| | | } |
| | | } |