新增状态管理查询
This commit is contained in:
@@ -120,6 +120,12 @@ public class QuitRunningDeviceParam implements Serializable {
|
||||
@ApiModelProperty(value = "设备编号")
|
||||
private String deviceId;
|
||||
|
||||
/**
|
||||
* 1:审批中;2:审批通过;3:审批不通过;4:已取消
|
||||
*/
|
||||
@ApiModelProperty(value = "审批状态")
|
||||
private Integer status;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -179,5 +179,11 @@ public class SupervisionDevMainReportParam {
|
||||
@ApiModelProperty(value = "填报部门")
|
||||
private String orgNo;
|
||||
|
||||
/**
|
||||
* 1:审批中;2:审批通过;3:审批不通过;4:已取消
|
||||
*/
|
||||
@ApiModelProperty(value = "审批状态")
|
||||
private Integer status;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,5 +73,11 @@ public class SupervisionTempLineDebugParam {
|
||||
|
||||
private List<Integer> statueList;
|
||||
|
||||
/**
|
||||
* 1:审批中;2:审批通过;3:审批不通过;4:已取消
|
||||
*/
|
||||
@ApiModelProperty(value="1:审批中;2:审批通过;3:审批不通过;4:已取消")
|
||||
private Integer status;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -271,5 +271,8 @@ public class SupervisionTempLineReportParam {
|
||||
|
||||
private List<Integer> statueList;
|
||||
|
||||
@ApiModelProperty(value = "审核状态")
|
||||
private Integer status;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,7 +116,11 @@ public class WarningLeafletParam implements Serializable{
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class WarningLeafletQueryParam extends BaseParam {
|
||||
|
||||
|
||||
/**
|
||||
* 1:审批中;2:审批通过;3:审批不通过;4:已取消;5:待反馈
|
||||
*/
|
||||
@ApiModelProperty(value = "设备编号")
|
||||
private Integer status;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -48,6 +48,8 @@ public class SupervisionUserComplaintVO {
|
||||
@ApiModelProperty(value = "是否发起警告单(0:否;1:是)")
|
||||
private Integer initiateWarningFlag;
|
||||
|
||||
private String createBy;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user