仪表盘
版本库
文件存储
活动
搜索
登录
main
/
fume-manage-spring
油烟在线监测接口服务端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1. 修改风险值的查询逻辑;
feiyu02
2023-11-15
45fdeee912088efbd07a748a011682c6c6d1ce51
[fume-manage-spring.git]
/
src
/
main
/
java
/
com
/
flightfeather
/
monitor
/
pojo
/
RiskValuePojo.kt
1
2
3
4
5
6
7
8
9
10
package com.flightfeather.monitor.pojo
import com.flightfeather.monitor.domain.ds1.entity.RiskValue
class RiskValuePojo : RiskValue() {
/**
* 监测点名称
*/
var name: String? = null
}