公告板
版本库
filestore
活动
搜索
登录
徐仲培
/
lab
半试验仿真系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://118.89.139.230:10101/r/~whycxzp/lab
whyczh
2021-03-25
da9bb5ab7c3efac4e0cb65fe6aebe7b5cc4cfbf4
[~whycxzp/lab.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
DeviceInfMapper.java
1
2
3
4
5
6
7
8
9
10
package com.whyc.mapper;
import com.whyc.dto.SystemInfDTO;
import com.whyc.pojo.DeviceInf;
import java.util.List;
public interface DeviceInfMapper extends CustomMapper<DeviceInf> {
List<SystemInfDTO> getAll();
}