whycxzp
2025-03-24 82614438a300523cc13e22b6d175586a3ec8ed71
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();
 
}