liulijun
2026-03-20 1c631b345aae30bb6aa7e9dc8d856a0f40d5f1e3
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_DTO/Basic/ERPMaterialDTO.cs
@@ -64,8 +64,8 @@
        /// <summary>
        /// ç‰©æ–™é‡
        /// </summary>
        [PropertyValidate("物料重", NotNullAndEmpty = true)]
        public decimal Weight { get; set; }
        [PropertyValidate("物料重", NotNullAndEmpty = false)]
        public string Weight { get; set; }
        /// <summary>
        /// çŠ¶æ€
        /// </summary>
@@ -90,9 +90,9 @@
        [PropertyValidate("计量单位:Kg:公斤、M:米、Pcs:个(只)", NotNullAndEmpty = true)]
        public string Unit { get; set; }
        /// <summary>
        /// è®¡é‡å•位
        /// è¾…单位
        /// </summary>
        [PropertyValidate("计量单位:Kg:公斤、M:米、Pcs:个(只)", NotNullAndEmpty = true)]
        [PropertyValidate("辅单位:Kg:公斤、M:米、Pcs:个(只)", NotNullAndEmpty = true)]
        public string AssistUnitCode { get; set; }
    }
}