#
luxiaotao1123
2021-07-29 8c1a2f7deff4081e9d43c4255350917aaddebf89
1
2
3
4
5
6
7
8
package zy.cloud.wms.manager.service;
 
import zy.cloud.wms.manager.entity.DocType;
import com.baomidou.mybatisplus.service.IService;
 
public interface DocTypeService extends IService<DocType> {
 
}