公告板
版本库
filestore
活动
搜索
登录
main
/
ERP_override
ERP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交 操作日志插入程序
guoyuji
2024-07-10
e73a3766a6ac68ddc1ef348b736599f70778d724
[ERP_override.git]
/
north-glass-erp
/
src
/
main
/
java
/
com
/
example
/
erp
/
mapper
/
userInfo
/
LogMapper.java
1
2
3
4
5
6
7
8
9
package com.example.erp.mapper.userInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.example.erp.entity.userInfo.Log;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface LogMapper extends BaseMapper<Log> {
}