From dcdb2b8cf1b0c5d05900acec72c80caf3bb5616c Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期五, 07 三月 2025 10:14:34 +0800 Subject: [PATCH] 兼容ctu库容器条码 --- 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