springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/Complaint.java
@@ -79,7 +79,6 @@ @ApiModelProperty(value = "问题标题") @TableField("description_title") @NotBlank(message = "问题标题不能为空") private String descriptionTitle; @ApiModelProperty(value = "问题描述内容") @@ -103,6 +102,10 @@ @TableField("report_type") private Integer reportType; @ApiModelProperty(value = "上级类型 1=市级账号,2=区县账号,3=街道账号,4=社区账号") @TableField("superior_type") private Integer superiorType; @ApiModelProperty(value = "上级id") @TableField("superior_id") private Long superiorId;