用户投诉预警单提交

This commit is contained in:
hzj
2024-05-23 10:44:19 +08:00
parent a0b81b1bda
commit 46d647236f
6 changed files with 12 additions and 12 deletions

View File

@@ -167,7 +167,7 @@ public class SupervisionDevMainReportParam {
public static class SupervisionDevMainReportQuery extends BaseParam {
@ApiModelProperty(value = "填报部门")
private String orgId;
private String orgNo;
}
}

View File

@@ -57,7 +57,7 @@ public class SupervisionTempLineDebugParam extends BaseEntity {
public static class SupervisionTempLineDebugQuery extends BaseParam {
@ApiModelProperty(value = "填报部门")
private String orgId;
private String orgNo;
private List<Integer> statueList;

View File

@@ -237,7 +237,7 @@ public class SupervisionTempLineReportParam {
public static class SupervisionTempLineReportQuery extends BaseParam {
@ApiModelProperty(value = "填报部门")
private String orgId;
private String orgNo;
private List<Integer> statueList;