1
helongyang
2025-08-19 257d09aff7ec7b858b037607869d23ec61ac75bc
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs
@@ -169,5 +169,12 @@
        [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; }
    }
}