package com.whyc.mapper; import com.whyc.pojo.db_batt.PowerInf; public interface PowerInfMapper extends CustomMapper{ Integer selectMaxBattGroupId(); }