From 9b49da3312241a0af84823d35b7763e64d320b19 Mon Sep 17 00:00:00 2001
From: payne <bzrlw2012@163.com>
Date: 周五, 26 4月 2024 10:01:18 +0800
Subject: [PATCH] 调整查询条件
---
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