whycxzp
2025-03-24 b81c329ac5c9885f7c1b79b7aea9f8a0a5c8d18a
1
2
3
4
5
6
7
8
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt.PowerInf;
 
public interface PowerInfMapper extends CustomMapper<PowerInf>{
    Integer selectMaxBattGroupId();
 
}