helongyang
昨天 753361f589444455fe1b20476c658201ccd92c38
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs
@@ -169,5 +169,12 @@
        [ExporterHeader(DisplayName = "鐗╂枡鏁伴噺")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鐗╂枡鏁伴噺")]
        public float Quantity { get; set; }
        /// <summary>
        /// 鐗╂枡鎵规
        /// </summary>
        [ImporterHeader(Name = "鐗╂枡鎵规")]
        [ExporterHeader(DisplayName = "鐗╂枡鎵规")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐗╂枡鎵规")]
        public string BatchNo { get; set; }
    }
}