.
18516761980
2022-03-19 9ff5e64187837a3bbd78370c1cfaadf2329f97f0
1
2
3
4
5
6
7
8
9
package zy.cloud.wms.manager.service;
 
import zy.cloud.wms.manager.entity.Wave;
import com.baomidou.mybatisplus.service.IService;
 
public interface WaveService extends IService<Wave> {
 
    void createOut(Wave wave, Long userId, Long hostId);
}