dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
update大屏左侧站点设备查询优化及设备因子名称显示null问题
ZhuDongming
2020-06-30
67a7a24b47d71dd843dd0b17c5cdf9f519e29d5d
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
DeviceVersionSensorMapper.java
1
2
3
4
5
6
7
package com.moral.mapper;
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.DeviceVersionSensor;
public interface DeviceVersionSensorMapper extends BaseMapper<DeviceVersionSensor> {
}