公告板
版本库
filestore
活动
搜索
登录
main
/
batteryRobotSystem
蓄电池机器人智能系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
先去除camera的应用启动执行和定时任务
whycxzp
2025-03-29
9e89be82b98b99fb1e5b673b9440d04daa715988
[batteryRobotSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
BattStationTempHisMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
public interface BattStationTempHisMapper {
void createTableByMonth(Integer battGroupId, String month);
}