数据权限调整
This commit is contained in:
@@ -116,6 +116,11 @@ public class WarningLeafletParam implements Serializable{
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class WarningLeafletQueryParam extends BaseParam {
|
||||
|
||||
/**
|
||||
* 负责单位
|
||||
*/
|
||||
String deptIndex;
|
||||
|
||||
/**
|
||||
* 1:审批中;2:审批通过;3:审批不通过;4:已取消;5:待反馈
|
||||
*/
|
||||
|
||||
@@ -89,6 +89,10 @@ public class SupervisionUserComplaintParam {
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class SupervisionUserComplaintQueryParam extends BaseParam {
|
||||
|
||||
/**
|
||||
* 负责单位
|
||||
*/
|
||||
String deptIndex;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -103,6 +103,12 @@ public class SurveyTestParam implements Serializable {
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class SurveyTestQueryParam extends BaseParam {
|
||||
|
||||
|
||||
/**
|
||||
* 普测负责单位
|
||||
*/
|
||||
String deptIndex;
|
||||
|
||||
/**
|
||||
* 普测负责单位
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user