payne
2024-04-25 d6883f7f2dc6f60b4378b6c4d456750de7084c77
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/BaseCustomer.cs
@@ -4,16 +4,16 @@
/*
 * @author : 刘文奇
 * @date : 2024/4/23下午3:15:25
 * @desc : 客户档案
 * @date : 2024/4/23下午4:07:57
 * @desc : 往来单位
 */
namespace Admin.NET.Core
{
    /// <summary>
    /// 客户档案
    /// 往来单位
    /// </summary>
    [Table("base_customer")]
    [Comment("客户档案")]
    [Comment("往来单位")]
    public class BaseCustomer : DEntityBase
    {
@@ -58,7 +58,7 @@
        [Comment("类型")]
        [Required]
        public int CustType { get; set; }
        public BaseCustomerTypeEnum CustType { get; set; }
        /// <summary>