公告板
版本库
filestore
活动
搜索
登录
main
/
batteryRobotSystem
蓄电池机器人智能系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
锂电设备A200相关代码更新
whycxzp
2025-03-18
f127214ad1076769c9cb4a97963ee3ad5053e970
[batteryRobotSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
BattLithiumRtDataMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.db_lithium_ram_db.BattLithiumRtData;
public interface BattLithiumRtDataMapper extends CustomMapper<BattLithiumRtData>{
}