From 52e09a6b7b7054fc51b9d4bf5f1fbec0a57e60f1 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期三, 08 四月 2026 11:37:39 +0800
Subject: [PATCH] 云仓回报调整
---
rsf-server/src/main/java/com/vincent/rsf/server/api/config/RemotesInfoProperties.java | 30 +++++++++++++++++++++++++++---
1 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/api/config/RemotesInfoProperties.java b/rsf-server/src/main/java/com/vincent/rsf/server/api/config/RemotesInfoProperties.java
index 18d5c2c..7c022b6 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/api/config/RemotesInfoProperties.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/api/config/RemotesInfoProperties.java
@@ -30,14 +30,38 @@
*/
private String prePath;
+ /**
+ * 浜戜粨鍦板潃
+ */
+ private String baseUrl;
+
+ /**
+ * 榧庢嵎 ilcwmsplus 瀹屾垚鍙嶉绛夊叕鍏卞瓧娈碉紙orgNo銆佸崟鎹被鍒�佸崟浣嶏級
+ */
+ private Dap dap = new Dap();
+
+ @Data
+ public static class Dap {
+ private String orgNo = "";
+ private String docTypeIn = "";
+ private String docTypeOut = "";
+ /** 搴撳瓨璋冩暣锛�9.2锛夊崟鎹被鍒紱绉诲簱绛� */
+ private String docTypeAdj = "";
+ private String unitNo = "PCS";
+ }
+
@Data
@Configuration
@ConfigurationProperties(prefix = "platform.erp.api")
public class ApiInfo {
- /**
- * 涓�閿笂鎶ヨ川妫�鎺ュ彛
- */
+ /** 涓�閿笂鎶ヨ川妫�鎺ュ彛 */
private String notifyInspect;
+ /** 宸叉敼涓� Feign 鍥哄畾璺緞 /dapilc/.../cusInventoryCompletionReport銆乧usOutboundCompletionReport锛屾湰椤逛粎浣滈厤缃崰浣� */
+ private String inOutResultPath = "/dapilc/restful/service/ilcwmsplus/IKWebService/cusInventoryCompletionReport";
+ /** 9.2 搴撳瓨璋冩暣锛氫粛涓� /api/report/inventoryAdjust锛屾姤鏂囦綋涓� 9.1 涓�鑷翠负 {data:[]} */
+ private String inventoryAdjustPath = "/api/report/inventoryAdjust";
+ /** 鐗╂枡鍩虹淇℃伅鍚屾锛堢珛搴撲晶璇锋眰浜戜粨锛� */
+ private String matSyncPath = "/api/mat/sync";
}
@Data
--
Gitblit v1.9.1