公告板
版本库
filestore
活动
搜索
登录
main
/
wms-cloud
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
# 库存跳转上报erp
luxiaotao1123
2021-06-18
e4ea838c20e94dff4fdbb4f82b542a8b5790fa9d
[wms-cloud.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
>
{
}