feiyu02
2023-11-15 45fdeee912088efbd07a748a011682c6c6d1ce51
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
}