公告板
版本库
filestore
活动
搜索
登录
main
/
powerIntelligenceSystem
山西直流电源系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
删除电源的同时要删除包机组下该电源的记录,删除电源下的电池组
whyclxw
2025-05-17
a1df05f0f83c9a796e8ba84d60b6ae0f265a331b
[powerIntelligenceSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
UserLogMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.db_user.UserLog;
public interface UserLogMapper extends CustomMapper<UserLog>{
}