公告板
版本库
filestore
活动
搜索
登录
谭勇
/
JNPF_ITMS_Cloud
培训系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master' into master
刘光辉
14 小时以前
34981c30a78e8bbd7791131059a9210f9928b62c
[~tanyong/JNPF_ITMS_Cloud.git]
/
jnpf-file
/
jnpf-file-biz
/
src
/
main
/
java
/
jnpf
/
mapper
/
DocumentLogMapper.java
1
2
3
4
5
6
7
package jnpf.mapper;
import jnpf.base.mapper.SuperMapper;
import jnpf.entity.DocumentLogEntity;
public interface DocumentLogMapper extends SuperMapper<DocumentLogEntity> {
}