zmc
2023-11-23 3ba74e7692143fd6dcf4dd885f80f95dfef8387e
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
}