dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改默认报警配置
kaiyu
2020-10-26
9d11111e1e75f5ba89cec1d38ebe6a488d187944
[~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>{
}