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