payne
2024-04-23 fc5b6f24258f63d8627f71b7cefbc49230eb7258
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsMaterialCustomer.cs
@@ -4,7 +4,7 @@
/*
 * @author : 刘文奇
 * @date : 2024/4/23下午1:55:15
 * @date : 2024/4/23下午4:08:49
 * @desc : 物料客户关联表
 */
namespace Admin.NET.Core
@@ -33,7 +33,7 @@
        [Comment("物料编号")]
        [Required]
        [MaxLength(50)]
        public string MaterialNo { get; set; }
        public string MaterialCode { get; set; }
        /// <summary>
@@ -64,12 +64,20 @@
        /// <summary>
        /// 客户名称
        /// 客户英文名称
        /// </summary>
        [Comment("客户名称")]
        [Comment("客户英文名称")]
        [MaxLength(255)]
        public string CustEnglishName { get; set; }
        /// <summary>
        /// 客户中文名称
        /// </summary>
        [Comment("客户中文名称")]
        [Required]
        [MaxLength(50)]
        public string CustName { get; set; }
        [MaxLength(255)]
        public string CustChinaName { get; set; }