wankeda
2 天以前 734f49c3f74e4a46cfb5892ce60dbf1bb86e74ab
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs
@@ -44,6 +44,12 @@
        public string PalletCode { get; set; }
        /// <summary>
        /// 托盘类型
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "托盘类型")]
        public int PalletType { get; set; }
        /// <summary>
        /// 巷道号
        /// </summary>
        [ImporterHeader(Name = "巷道号")]
@@ -142,20 +148,35 @@
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "备注")]
        public string Remark { get; set; }
        ///// <summary>
        ///// 托盘数量
        ///// </summary>
        //[ImporterHeader(Name = "托盘数量")]
        //[ExporterHeader(DisplayName = "托盘数量")]
        //[SugarColumn(IsNullable = true, ColumnDescription = "托盘数量")]
        //public int PalletCodequantity { get; set; }
        ///// <summary>
        ///// 原材料去向
        ///// </summary>
        //[ImporterHeader(Name = "原材料去向")]
        //[ExporterHeader(DisplayName = "原材料去向")]
        //[SugarColumn(IsNullable = true, ColumnDescription = "原材料去向")]
        //public int PLCTo { get; set; }
        /// <summary>
        /// 托盘数量
        /// 物料编号
        /// </summary>
        [ImporterHeader(Name = "托盘数量")]
        [ExporterHeader(DisplayName = "托盘数量")]
        [SugarColumn(IsNullable = true, ColumnDescription = "托盘数量")]
        public int PalletCodequantity { get; set; }
        [ImporterHeader(Name = "物料编号")]
        [ExporterHeader(DisplayName = "物料编号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "物料编号")]
        public string MaterielCode { get; set; }
        /// <summary>
        /// 原材料去向
        /// 物料数量
        /// </summary>
        [ImporterHeader(Name = "原材料去向")]
        [ExporterHeader(DisplayName = "原材料去向")]
        [SugarColumn(IsNullable = true, ColumnDescription = "原材料去向")]
        public int PLCTo { get; set; }
        [ImporterHeader(Name = "物料数量")]
        [ExporterHeader(DisplayName = "物料数量")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "物料数量")]
        public float Quantity { get; set; }
        /// <summary>
        /// 物料类型
        /// </summary>