payne
2024-04-25 3fa9d2b0420f4d39849f72e6a04b5cb40823fa0d
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/24上午10:48:23
 * @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; }