wankeda
2 天以前 734f49c3f74e4a46cfb5892ce60dbf1bb86e74ab
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs
@@ -163,6 +163,21 @@
        //[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 = "物料类型")]