From b491e0984d41068a169cd9656e86b674b2aa3ca9 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周五, 26 4月 2024 09:47:08 +0800 Subject: [PATCH] 1 --- iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/BaseCustomer/Dto/BaseCustomerOutput.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/BaseCustomer/Dto/BaseCustomerOutput.cs b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/BaseCustomer/Dto/BaseCustomerOutput.cs index 7605247..bcabfb7 100644 --- a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/BaseCustomer/Dto/BaseCustomerOutput.cs +++ b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/BaseCustomer/Dto/BaseCustomerOutput.cs @@ -4,7 +4,7 @@ namespace Admin.NET.Application { /// <summary> - /// 寰�鏉ュ叧绯昏緭鍑哄弬鏁� + /// 寰�鏉ュ崟浣嶈緭鍑哄弬鏁� /// </summary> public class BaseCustomerOutput { @@ -81,7 +81,7 @@ /// <summary> /// Id涓婚敭 /// </summary> - public long? Id { get; set; } + public long Id { get; set; } /// <summary> /// 鍒涘缓鏃堕棿 -- Gitblit v1.9.3