wangxinhui
2025-12-29 d0cc37c3c11859cc55f30624692dca55be2b8a32
ÏîÄ¿´úÂë/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; }
    }
}