mitao
2025-02-26 b7720b343c03f198ab3015a8ca5fdd1803dbe4e9
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;