公告板
版本库
filestore
活动
搜索
登录
main
/
battery_gwm
电池平台-长城汽车
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
端口改为13360
whycxzp
2025-05-23
1a17130934622ff8ba8e781679fc206ab7af5a84
[battery_gwm.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
OperationLogMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.OperationLog;
public interface OperationLogMapper extends CustomMapper<OperationLog> {
}