From fcbb4059f11d1e2b320d581bf6f960d9965142c6 Mon Sep 17 00:00:00 2001 From: pjb <123456> Date: 星期二, 08 七月 2025 08:58:18 +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/service/PlatformService.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/PlatformService.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/PlatformService.java index c471381..3848860 100644 --- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/PlatformService.java +++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/PlatformService.java @@ -1,11 +1,14 @@ package com.zy.asrs.wms.asrs.service; import com.baomidou.mybatisplus.extension.service.IService; +import com.zy.asrs.framework.common.R; import com.zy.asrs.wms.asrs.entity.Platform; +import com.zy.asrs.wms.asrs.entity.param.BindPlatformParam; import com.zy.asrs.wms.asrs.entity.param.PlatformShippedParam; public interface PlatformService extends IService<Platform> { void shipped(PlatformShippedParam param); + R bindShippingPlatform(BindPlatformParam platform); } -- Gitblit v1.9.1