skyouc
2025-01-13 464ad021114d1194bc55b4b4554fd563f6236e96
zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/PlatformService.java
@@ -1,11 +1,11 @@
package com.zy.asrs.wms.asrs.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wms.asrs.entity.Platform;
import com.zy.asrs.wms.asrs.entity.param.PlatformShippedParam;
public interface PlatformService extends IService<Platform> {
    void shipped(PlatformShippedParam param);
}
package com.zy.asrs.wms.asrs.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wms.asrs.entity.Platform;
import com.zy.asrs.wms.asrs.entity.param.PlatformShippedParam;
public interface PlatformService extends IService<Platform> {
    void shipped(PlatformShippedParam param);
}