公告板
版本库
filestore
活动
搜索
登录
李世豪
/
xtywms
小太阳WMS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
luxiaotao1123
2021-06-19
65844ce578c4b09d95f50cd7a259d3db0c3c8d9c
[~lsh/xtywms.git]
/
src
/
main
/
java
/
com
/
zy
/
asrs
/
service
/
WrkDetlLogService.java
1
2
3
4
5
6
7
8
9
10
package
com
.
zy
.
asrs
.
service
;
import
com
.
zy
.
asrs
.
entity
.
WrkDetlLog
;
import
com
.
baomidou
.
mybatisplus
.
service
.
IService
;
public
interface
WrkDetlLogService
extends
IService
<
WrkDetlLog
>
{
boolean
save
(
Integer
workNo
);
}