1
huanghongfeng
2024-11-11 3ecd03b3a0a30a57153468beaed3199bfe906772
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs
@@ -136,5 +136,13 @@
        [ExporterHeader(DisplayName = "澶囨敞")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")]
        public string Remark { get; set; }
        /// <summary>
        /// 鎵樼洏鏁伴噺
        /// </summary>
        [ImporterHeader(Name = "鎵樼洏鏁伴噺")]
        [ExporterHeader(DisplayName = "鎵樼洏鏁伴噺")]
        [SugarColumn(IsNullable = false, ColumnDescription = "鎵樼洏鏁伴噺")]
        public int PalletCodequantity { get; set; }
    }
}