公告板
版本库
filestore
活动
搜索
登录
main
/
batteryRobotSystem
蓄电池机器人智能系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改逻辑
whyclxw
2024-12-10
88ed0e2971154580635fd33f3073e3a26f52fc3a
[batteryRobotSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
PowerRealRt2Mapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.db_power_rt.PowerRealRt2;
public interface PowerRealRt2Mapper extends CustomMapper<PowerRealRt2>{
}