lxw
2022-09-13 dad6910a94fae66dc0818e7d404874a92d1f18d2
1
2
3
4
5
6
7
8
package com.whyc.mapper;
 
import com.whyc.pojo.StationInfo;
 
public interface StationInfoMapper extends CustomMapper<StationInfo>{
    //查询出最大的台站id
    int selectMaxId();
}