|
@@ -68,7 +68,7 @@ public class TwinCalcAlarms extends BaseEntity {
|
|
*/
|
|
*/
|
|
@Excel(name = "告警类型;接口对应的编号")
|
|
@Excel(name = "告警类型;接口对应的编号")
|
|
@ApiModelProperty("告警类型;接口对应的编号")
|
|
@ApiModelProperty("告警类型;接口对应的编号")
|
|
- private Long alarmType;
|
|
|
|
|
|
+ private Integer alarmType;
|
|
/**
|
|
/**
|
|
* 统计状态
|
|
* 统计状态
|
|
*/
|
|
*/
|