监测点指标告警日统计算法
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package com.njcn.prepare.harmonic.pojo.dto;
|
||||
|
||||
import com.njcn.prepare.harmonic.pojo.mysql.po.line.RMpTargetDiffDPO;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 类的介绍:
|
||||
*
|
||||
* @author xuyang
|
||||
* @version 1.0.0
|
||||
* @createTime 2023/5/9 10:00
|
||||
*/
|
||||
@Data
|
||||
public class RMpTargetWarnDDTO extends RMpTargetDiffDPO {
|
||||
|
||||
private Integer isEffective;
|
||||
|
||||
private Integer isHarmonic;
|
||||
|
||||
private Integer isEvent;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user