whycxzp
2025-06-10 7c70acc00f6f9767ded28b0a859ab3079fb58a4b
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();
 
}