lxw
2023-10-31 4a687665280ee8c21aee3c20e1c325f6d8b87c8c
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);
}