From 32c917d06e97498b3b9b183ac169a7cf468a276e Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 15 十月 2025 17:16:17 +0800
Subject: [PATCH] 1
---
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
index 3a44099..0e23bc0 100644
--- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
+++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
@@ -104,15 +104,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 object ParameterInfo { get; set; }
- public string IsProcessed { get; set; }
+ public bool IsProcessed { get; set; }
public string PreProductNo { get; set; }
}
--
Gitblit v1.9.3