From 234415a381da98992240dc7c673614f49d1dee32 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 21 六月 2025 10:00:30 +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