| | |
| | | //[SugarColumn(IsNullable = true, ColumnDescription = "原材料去向")] |
| | | //public int PLCTo { get; set; } |
| | | /// <summary> |
| | | /// 物料编号 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "物料编号")] |
| | | [ExporterHeader(DisplayName = "物料编号")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "物料编号")] |
| | | public string MaterielCode { get; set; } |
| | | /// <summary> |
| | | /// 物料数量 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "物料数量")] |
| | | [ExporterHeader(DisplayName = "物料数量")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "物料数量")] |
| | | public float Quantity { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 物料类型 |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "物料类型")] |