在线监测功能
1.动态生成预告警单、下载预告警单
This commit is contained in:
@@ -59,6 +59,9 @@ public class OnlineParam extends BaseParam implements Serializable {
|
||||
@ApiModelProperty(name = "issueDetail", value = "问题描述")
|
||||
private String issueDetail;
|
||||
|
||||
@ApiModelProperty(name = "reformAdvice", value = "整改意见")
|
||||
private String reformAdvice;
|
||||
|
||||
@ApiModelProperty(name = "year", value = "年")
|
||||
private String year;
|
||||
|
||||
|
||||
@@ -82,4 +82,8 @@ public class LineWarning extends BaseEntity implements Serializable {
|
||||
*/
|
||||
private Integer thresholdResource;
|
||||
|
||||
/**
|
||||
* 预告警单id
|
||||
*/
|
||||
private String leafletId;
|
||||
}
|
||||
|
||||
@@ -93,5 +93,9 @@ public class WarningLeaflet extends BaseEntity implements Serializable{
|
||||
*/
|
||||
private Integer state;
|
||||
|
||||
/**
|
||||
* 预告警单文件路径
|
||||
*/
|
||||
private String filePath;
|
||||
|
||||
}
|
||||
|
||||
@@ -73,4 +73,7 @@ public class OnlineVo implements Serializable {
|
||||
|
||||
@ApiModelProperty("数据来源 0:系统默认 1:自定义")
|
||||
private Integer dataResource;
|
||||
|
||||
@ApiModelProperty("当前流程(null:无流程 1:预警 2:告警)")
|
||||
private Integer step;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package com.njcn.supervision.pojo.vo.leaflet;
|
||||
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
@@ -116,4 +117,7 @@ public class WarningLeafletVO extends BaseEntity implements Serializable{
|
||||
* 责任单位名称
|
||||
*/
|
||||
private String dutyOrgName;
|
||||
|
||||
@ApiModelProperty("预告警单下载路径")
|
||||
private String filePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user