| | |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 托盘类型 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "托盘类型")] |
| | | public int PalletType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 巷道号 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "巷道号")] |
| | |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "备注")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 托盘数量 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "托盘数量")] |
| | | [ExporterHeader(DisplayName = "托盘数量")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "托盘数量")] |
| | | public int PalletCodequantity { get; set; } |
| | | /// <summary> |
| | | /// 原材料去向 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "原材料去向")] |
| | | [ExporterHeader(DisplayName = "原材料去向")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "原材料去向")] |
| | | public int PLCTo { get; set; } |
| | | ///// <summary> |
| | | ///// 托盘数量 |
| | | ///// </summary> |
| | | //[ImporterHeader(Name = "托盘数量")] |
| | | //[ExporterHeader(DisplayName = "托盘数量")] |
| | | //[SugarColumn(IsNullable = true, ColumnDescription = "托盘数量")] |
| | | //public int PalletCodequantity { get; set; } |
| | | ///// <summary> |
| | | ///// 原材料去向 |
| | | ///// </summary> |
| | | //[ImporterHeader(Name = "原材料去向")] |
| | | //[ExporterHeader(DisplayName = "原材料去向")] |
| | | //[SugarColumn(IsNullable = true, ColumnDescription = "原材料去向")] |
| | | //public int PLCTo { get; set; } |
| | | /// <summary> |
| | | /// 物料类型 |
| | | /// </summary> |