whycxzp
2023-12-04 c9fea85fe8e0a6f9dcac863b725d8cf122ab1a4c
1
2
3
4
5
6
7
8
package com.whyc.mapper;
 
import com.whyc.pojo.BattgroupInfo;
 
public interface BattgroupInfoMapper extends CustomMapper<BattgroupInfo>{
    ////查询最大的电池组号
    int selectMaxId();
}