huanghongfeng
2025-11-10 234e0265fbed611b20f0903bb69fbf0bd5417c1c
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task_Hty.cs
@@ -198,6 +198,21 @@
        [ExporterHeader(DisplayName = "原材料去向",IsIgnore =true)]
        [SugarColumn(IsNullable = true, ColumnDescription = "原材料去向")]
        public int PLCTo { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "数量")]
        public int Materialweight { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "车号")]
        public string Wagonnumber { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "车名称")]
        public string WagonName { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "车型号")]
        public string WagonModel { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "车组号")]
        public string Wagongroup { get; set; }
    }
}