dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
add大屏报表接口和走航车轨迹接口
ZhuDongming
2020-04-13
14753bc669a106315717f0f4a70bf2bf5c3e8995
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
DevicePropertyMapper.java
1
2
3
4
5
6
7
8
package com.moral.mapper;
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.DeviceProperty;
public interface DevicePropertyMapper extends BaseMapper<DeviceProperty>{
}