#
luxiaotao1123
2021-04-13 b3d228f1a7ac1963a3d2f21f6f64a750f495749e
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> {
 
}