lxw
2022-12-01 f68f938c31da918fe55a3dc9565de1d2c43c5d9e
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();
}