wangxinhui
2025-09-06 2b25f973bb6d72ce6971d6f9c3cdccf51b7962ab
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs
@@ -51,45 +51,45 @@
        public int MaterielType { get; set; }
        /// <summary>
        /// è”系电话
        /// ç‰©æ–™å®½åº¦ï¼ˆ0表示未设置)
        /// </summary>
        [PropertyValidate("联系电话", NotNullAndEmpty = true)]
        public string ContactNumber { get; set; }
        [PropertyValidate("物料宽度(0表示未设置)", NotNullAndEmpty = true)]
        public decimal MaterielWide { get; set; }
        /// <summary>
        /// è”系地址
        /// ç‰©æ–™åŽšåº¦ï¼ˆ0表示未设置)
        /// </summary>
        [PropertyValidate("联系地址", NotNullAndEmpty = true)]
        public string ContactAddress { get; set; }
        [PropertyValidate("物料厚度(0表示未设置)", NotNullAndEmpty = true)]
        public decimal MaterielThickness { get; set; }
        /// <summary>
        /// ç”µå­é‚®ç®±
        /// ç‰©æ–™é•¿åº¦ï¼ˆ0表示未设置)
        /// </summary>
        [PropertyValidate("电子邮箱", NotNullAndEmpty = true)]
        public string Email { get; set; }
        [PropertyValidate("物料长度(0表示未设置)", NotNullAndEmpty = true)]
        public decimal MaterielLength { get; set; }
        /// <summary>
        /// æè¿°
        /// ç‰©æ–™é‡é‡ï¼ˆå•位重量,精确数值)
        /// </summary>
        [PropertyValidate("描述", NotNullAndEmpty = true)]
        public string Description { get; set; }
        [PropertyValidate("物料重量(单位重量,精确数值)", NotNullAndEmpty = true)]
        public decimal Weight { get; set; }
        /// <summary>
        /// çŠ¶æ€
        /// </summary>
        [PropertyValidate("状态", NotNullAndEmpty = true)]
        public int State { get; set; }
        public int Status { get; set; }
        /// <summary>
        /// åº“存组织
        /// </summary>
        [PropertyValidate("库存组织", NotNullAndEmpty = true)]
        public string InvOrgId { get; set; }
        public int InvOrgId { get; set; }
        /// <summary>
        /// æ“ä½œç±»åž‹
        /// è®¡é‡å•位(Kg:千克)
        /// </summary>
        [PropertyValidate("操作类型", NotNullAndEmpty = true, Check = new object[] { 0, 1, 2 })]
        public string OperateType { get; set; }
        [PropertyValidate("计量单位(Kg:千克)", NotNullAndEmpty = true)]
        public string Unit { get; set; }
    }
}