whycxzp
2022-09-20 f53049e90f84798a5640a1d5f0677326d2f81f6e
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();
}