#
luxiaotao1123
2021-03-01 2a2f64357ef046e7489f24eec6beaba2c726b4df
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> {
 
}