From 28bfb5dc1e3c0ce432e93e7af5a1c78a1a09e061 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 15 十月 2025 15:45:57 +0800
Subject: [PATCH] 更新 ResponeAgingInputDto 属性类型及数据库文件

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
index 50c278c..f2fa173 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
@@ -105,15 +105,15 @@
 
         public string ParamVersion { get; set; }
 
-        public string ParamRefreshFlag { get; set; }
+        public bool ParamRefreshFlag { get; set; }
 
         public string ProductType { get; set; }
  
-        public bool ProductModel { get; set; }
+        public string ProductModel { get; set; }
 
         public string ParameterInfo { get; set; }
 
-        public string IsProcessed { get; set; }
+        public bool IsProcessed { get; set; }
 
         public string PreProductNo { get; set; }
     }

--
Gitblit v1.9.3