公告板
版本库
filestore
活动
搜索
登录
徐仲培
/
fg_v1.1
框架更新
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update
whycrzg
2021-02-23
351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
[~whycxzp/fg_v1.1.git]
/
src
/
main
/
java
/
com
/
fgkj
/
mapper
/
impl
/
history
/
BtsStateChangeInfMapper.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.fgkj.mapper.impl.history;
import com.fgkj.dto.BtsStateChangeInf;
import java.util.List;
public interface BtsStateChangeInfMapper{
//按照时间顺序显示设备的事件信息
public List serchByCondition(BtsStateChangeInf binf);
}