公告板
版本库
filestore
活动
搜索
登录
main
/
batteryRobotSystem
蓄电池机器人智能系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
算法识别告警更新
whycxzp
2025-05-29
e8e363ad0347cd1313e3a23cd3f4f2a02733e765
[batteryRobotSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
BattLithiumTestDataMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.db_lithium_testdata.BattLithiumTestData;
public interface BattLithiumTestDataMapper extends CustomMapper<BattLithiumTestData>{
}