公告板
版本库
filestore
活动
搜索
登录
main
/
MonitStation
监控台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
获取断路器开关
lxw
2023-12-12
707e34c4fc6479391826a5d2ced7b98c45936aa1
[MonitStation.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
BreakerInfMapper.java
1
2
3
4
5
6
7
8
9
10
package com.whyc.mapper;
import com.whyc.pojo.db_ckpwrdev_inf.BreakerInf;
import java.util.List;
public interface BreakerInfMapper extends CustomMapper<BreakerInf>{
//获取断路器开关
List<BreakerInf> getbreakerInf(Integer breakerType, String breakerAddr, String gatewayName);
}