公告板
版本库
filestore
活动
搜索
登录
main
/
wms_saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
改完项目管理和项目节点管理功能
mrzhssss
2022-01-12
5b53ccc3d0e46773c3fa58751935df331d562af4
[wms_saas.git]
/
src
/
main
/
java
/
zy
/
cloud
/
wms
/
manager
/
service
/
DocTypeService.java
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> {
}