xiazhengtongxue
2026-03-27 d24121c2267e892e4fea2fad777e42c51c805c88
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs
@@ -42,7 +42,7 @@
        public string PalletCode { get; set; }
        /// <summary>
        /// æ‰˜ç›˜ç±»åž‹
        /// æ‰˜ç›˜ç±»åž‹(1--布卷,2-松布卷,1-成品)
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "托盘类型")]
        public string PalletType { get; set; }
@@ -108,7 +108,7 @@
        /// </summary>
        [ImporterHeader(Name = "仓库主键")]
        [ExporterHeader(DisplayName = "仓库主键")]
        [SugarColumn(IsNullable = false, ColumnDescription = "仓库主键")]
        [SugarColumn(IsNullable = true, ColumnDescription = "仓库主键")]
        public int WarehouseId { get; set; }
        /// <summary>
@@ -124,7 +124,7 @@
        /// </summary>
        [ImporterHeader(Name = "优先级")]
        [ExporterHeader(DisplayName = "优先级")]
        [SugarColumn(IsNullable = false, ColumnDescription = "优先级")]
        [SugarColumn(IsNullable = true, ColumnDescription = "优先级")]
        public int Grade { get; set; }
        /// <summary>
@@ -142,5 +142,13 @@
        [ExporterHeader(DisplayName = "备注")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "备注")]
        public string Remark { get; set; }
        /// <summary>
        /// ä¸‹å‘次数
        /// </summary>
        [ImporterHeader(Name = "下发次数")]
        [ExporterHeader(DisplayName = "下发次数")]
        [SugarColumn(IsNullable = true, ColumnDescription = "下发次数")]
        public int NumberSsuances { get; set; }
    }
}