公告板
版本库
filestore
活动
搜索
登录
徐仲培
/
big-screen
大屏监控后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新 接口
whycxzp
2021-03-13
dbd5cf4f85c99c7c2189905d4972e42d0b2cbbe1
[~whycxzp/big-screen.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
Fbs9100StateMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.mapper;
import com.whyc.pojo.FBS9100State;
import java.util.List;
public interface Fbs9100StateMapper {
/**查询设备状态*/
List<FBS9100State> getStatus(int userId);
}