whyclxw
2024-10-31 d17a00b03b2553f16b7957abf97e1481c9a36d58
1
2
3
4
5
6
7
8
package com.whyc.mapper;
 
import com.whyc.pojo.CircleInf;
 
public interface CircleInfMapper extends CustomMapper<CircleInf>{
    //获取最大动环设备id
    Integer getMaxDeviceId();
}