#
luxiaotao1123
2021-03-02 aa5bcb4db5916490f174d5fbd7aa75130ff4256f
1
2
3
4
5
6
7
8
package zy.cloud.wms.manager.service;
 
import zy.cloud.wms.manager.entity.Pakout;
import com.baomidou.mybatisplus.service.IService;
 
public interface PakoutService extends IService<Pakout> {
 
}