#
luxiaotao1123
2021-04-14 a0b4bbb53afc9ffd4a9f460d10ee5dc3cb6b4ea2
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> {
 
}