63
lxw
2023-10-18 3fac820887b6eae08ec146c85efc9a93cf51a9df
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);
}