新增状态管理查询
This commit is contained in:
@@ -95,6 +95,12 @@ public class SurveyPlanParam implements Serializable {
|
||||
*/
|
||||
String deptIndex;
|
||||
|
||||
/**
|
||||
* 计划状态(1:审批中;2:审批通过;3:审批不通过;4:已取消)
|
||||
*/
|
||||
@ApiModelProperty(value = "计划状态")
|
||||
private Integer status;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -102,6 +102,12 @@ public class SurveyTestParam implements Serializable {
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class SurveyTestQueryParam extends BaseParam {
|
||||
|
||||
/**
|
||||
* 测试审批状态(1:审批中;2:审批通过;3:审批不通过;4:已取消)
|
||||
*/
|
||||
@ApiModelProperty(value = "测试审批状态")
|
||||
private Integer status;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user