数据权限调整

This commit is contained in:
2024-06-19 16:24:39 +08:00
parent 9c3fbb31dd
commit 1b02da9e08
12 changed files with 63 additions and 29 deletions

View File

@@ -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待反馈
*/

View File

@@ -89,6 +89,10 @@ public class SupervisionUserComplaintParam {
@EqualsAndHashCode(callSuper = true)
public static class SupervisionUserComplaintQueryParam extends BaseParam {
/**
* 负责单位
*/
String deptIndex;
}

View File

@@ -103,6 +103,12 @@ public class SurveyTestParam implements Serializable {
@EqualsAndHashCode(callSuper = true)
public static class SurveyTestQueryParam extends BaseParam {
/**
* 普测负责单位
*/
String deptIndex;
/**
* 普测负责单位
*/