From 91a2be4c5b6a700346f5024267a99e9e4ab9ca57 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期三, 29 四月 2026 16:30:53 +0800
Subject: [PATCH] 调整收货修改ztai

---
 rsf-server/src/main/java/com/vincent/rsf/server/api/config/RemotesInfoProperties.java |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 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 7c022b6..7c0f9fe 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
@@ -40,6 +40,11 @@
      */
     private Dap dap = new Dap();
 
+    /**
+     * 瀵瑰簲 yml {@code platform.erp.api}锛涗笌鐙珛 Bean 涓嶅悓锛屾寕鍦� {@link RemotesInfoProperties} 涓婁究浜庝竴澶勬煡鐪嬪叆/鍑哄簱 path
+     */
+    private ApiInfo api = new ApiInfo();
+
     @Data
     public static class Dap {
         private String orgNo = "";
@@ -51,16 +56,15 @@
     }
 
     @Data
-    @Configuration
-    @ConfigurationProperties(prefix = "platform.erp.api")
-    public class ApiInfo {
+    public static 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:[]} */
+        /** 涓� CloudWmsErpFeignClient 璺緞涓�鑷达紱Feign 瀹為檯 URL = platform.erp.base-url + 鏈� path */
+        private String stockInCompletedPath = "/dapilc/restful/service/ilcwmsplus/ICusStockService/stockInCompleted";
+        private String stockOutCompletedPath = "/dapilc/restful/service/ilcwmsplus/ICusStockService/stockOutCompleted";
+        /** 9.2 搴撳瓨璋冩暣 */
         private String inventoryAdjustPath = "/api/report/inventoryAdjust";
-        /** 鐗╂枡鍩虹淇℃伅鍚屾锛堢珛搴撲晶璇锋眰浜戜粨锛� */
+        /** 鐗╂枡鍩虹淇℃伅鍚屾 */
         private String matSyncPath = "/api/mat/sync";
     }
 

--
Gitblit v1.9.1