liulijun
2026-03-12 fe256a7afaa132910875d3dc73783d9ab2d7ace5
ÏîÄ¿´úÂë/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>
@@ -85,9 +85,14 @@
        public string WarehouseCode { get; set; }
        /// <summary>
        /// è®¡é‡å•位(Kg:千克)
        /// è®¡é‡å•位
        /// </summary>
        [PropertyValidate("计量单位:Kg:公斤、M:米、Pcs:个(只)", NotNullAndEmpty = true)]
        public string Unit { get; set; }
        /// <summary>
        /// è¾…单位
        /// </summary>
        [PropertyValidate("辅单位:Kg:公斤、M:米、Pcs:个(只)", NotNullAndEmpty = true)]
        public string AssistUnitCode { get; set; }
    }
}