whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/mapper/Ld9testdatastopMapper.java
@@ -7,10 +7,10 @@
public interface Ld9testdatastopMapper extends CustomMapper<Ld9testdatastop>{
    //查询LD9测试组端数据
    List<Ld9testdatastop> serchByInfo(int testRecordCount, int battGroupId, int testMonNum);
    //List<Ld9testdatastop> serchByInfo(int testRecordCount, int battGroupId, int testMonNum);
    //查询LD9一次测试中所有单体的实际容量
    List<Ld9testdatastop> serchByCondition(int testRecordCount, int battGroupId);
    //List<Ld9testdatastop> serchByCondition(int testRecordCount, int battGroupId);
    //查询存放ld9stop在testrecordcount下有哪些单体存在放电记录
    List<Ld9testdatastop> searchlinftestdata(Ld9testdataInf linf);
    //List<Ld9testdatastop> searchlinftestdata(Ld9testdataInf linf);
}