whycxzp
2025-06-09 7fe1ea37e4044eb61374a51c5a2fe1ecf9e834be
1
2
3
4
5
6
7
8
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt.StationPowerRelation;
 
public interface StationPowerRelationMapper extends CustomMapper<StationPowerRelation> {
    int getMaxNum();
 
}