#
luxiaotao1123
2021-04-02 65f5726d04cb4244cfdedd92eaa3cce4f6d6ff87
1
2
3
4
5
6
7
8
package zy.cloud.wms.manager.service;
 
import zy.cloud.wms.manager.entity.Cstmr;
import com.baomidou.mybatisplus.service.IService;
 
public interface CstmrService extends IService<Cstmr> {
 
}