lxw
2023-08-15 160e150009b51a39fa95d9462c3798ba28d51a09
src/main/java/com/whyc/mapper/Ld9testdatastopMapper.java
@@ -1,5 +1,6 @@
package com.whyc.mapper;
import com.whyc.pojo.Ld9testdataInf;
import com.whyc.pojo.Ld9testdatastop;
import java.util.List;
@@ -9,4 +10,7 @@
    List<Ld9testdatastop> serchByInfo(int testRecordCount, int battGroupId, int testMonNum);
    //查询LD9一次测试中所有单体的实际容量
    List<Ld9testdatastop> serchByCondition(int testRecordCount, int battGroupId);
    //查询存放ld9stop在testrecordcount下有哪些单体存在放电记录
    List<Ld9testdatastop> searchlinftestdata(Ld9testdataInf linf);
}