From 8b3377273709a6abd89af0e5b2ff9618c167146e Mon Sep 17 00:00:00 2001
From: chenyong <chenyong@hnkhzn.com>
Date: 星期二, 09 十二月 2025 17:20:24 +0800
Subject: [PATCH] 重写库存导出方法
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 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..5f49275 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 object ParameterInfo { get; set; }
- public string IsProcessed { get; set; }
+ public bool IsProcessed { get; set; }
public string PreProductNo { get; set; }
}
--
Gitblit v1.9.3