公告板
版本库
filestore
活动
搜索
登录
main
/
batteryRobotSystem
蓄电池机器人智能系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
电池充放电数据查询
whyclxw
2024-06-15
1a0bfdfde3df69c67f71a77a72e40ed816655c26
[batteryRobotSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
BattTestInfMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.BattTestInf;
public interface BattTestInfMapper extends CustomMapper<BattTestInf>{
}