From bf915c71f7ab3fcd9a7f81ed18f3a10c68d50dc0 Mon Sep 17 00:00:00 2001 From: payne <bzrlw2012@163.com> Date: 周四, 25 4月 2024 10:35:45 +0800 Subject: [PATCH] 客户档案调整 --- iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/BaseCustomer.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/BaseCustomer.cs b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/BaseCustomer.cs index a31ec68..35e9442 100755 --- a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/BaseCustomer.cs +++ b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/BaseCustomer.cs @@ -4,7 +4,7 @@ /* * @author : 鍒樻枃濂� - * @date : 2024/4/23涓嬪崍3:15:25 + * @date : 2024/4/23涓嬪崍4:07:57 * @desc : 瀹㈡埛妗f */ namespace Admin.NET.Core @@ -58,7 +58,7 @@ [Comment("绫诲瀷")] [Required] - public int CustType { get; set; } + public BaseCustomerTypeEnum CustType { get; set; } /// <summary> -- Gitblit v1.9.3