mitao
2025-02-28 1af0c41885a5b6fe8f566399e5d81afd24d361ca
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/Complaint.java
@@ -103,6 +103,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;