From ebe2da6e4eefd59b366ebab3a651b32763b580ed Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期日, 22 六月 2025 14:23:56 +0800
Subject: [PATCH] Merge branch 'ycds-wms-dev' of http://47.97.1.152:5880/r/zy-asrs-master into ycds-wms-dev

---
 zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/controller/PlatformController.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/controller/PlatformController.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/controller/PlatformController.java
index 71fecf8..98cd34c 100644
--- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/controller/PlatformController.java
+++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/controller/PlatformController.java
@@ -4,6 +4,7 @@
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 import com.zy.asrs.framework.common.Cools;
 import com.zy.asrs.framework.common.R;
+import com.zy.asrs.wms.asrs.entity.param.BindPlatformParam;
 import com.zy.asrs.wms.asrs.entity.param.PlatformShippedParam;
 import com.zy.asrs.wms.common.annotation.OperationLog;
 import com.zy.asrs.wms.common.domain.BaseParam;
@@ -108,4 +109,14 @@
         return R.ok();
     }
 
+    /**
+     * 缁戝畾璁㈠崟涓庨泦璐у尯鍏崇郴
+     * @param platform
+     * @return
+     */
+    @PostMapping("/bind/shipping/platform")
+    public R bindShippingAndPlatform(@RequestBody BindPlatformParam platform) {
+        return platformService.bindShippingPlatform(platform);
+    }
+
 }

--
Gitblit v1.9.1