公告板
版本库
filestore
活动
搜索
登录
main
/
fg_v2.0
fg重构项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
中-93CommonMapper.xml;160行
lxw
2023-10-31
4a687665280ee8c21aee3c20e1c325f6d8b87c8c
[fg_v2.0.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
Fbs9100SetParamTempMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.mapper;
import com.whyc.pojo.Fbs9100SetParamTemp;
public interface Fbs9100SetParamTempMapper extends CustomMapper<Fbs9100SetParamTemp> {
//设备放电申请
Fbs9100SetParamTemp searchTemp(int battGroupId);
//插入新的数据
void insertTmp(Fbs9100SetParamTemp tmp);
}