helongyang
2 天以前 753361f589444455fe1b20476c658201ccd92c38
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs
@@ -155,5 +155,26 @@
        [ExporterHeader(DisplayName = "澶囨敞")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")]
        public string Remark { 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>
        [ImporterHeader(Name = "鐗╂枡鎵规")]
        [ExporterHeader(DisplayName = "鐗╂枡鎵规")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐗╂枡鎵规")]
        public string BatchNo { get; set; }
    }
}