From d52bab61f91056e75e60ddeda76a72cd1bd63615 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 07 八月 2025 14:40:00 +0800
Subject: [PATCH] no message
---
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