mitao
2025-02-24 17bd0962b7caba32f35d29a1082e7c998342e65d
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/Complaint.java
@@ -80,15 +80,11 @@
    @TableField("videos")
    private String videos;
    @ApiModelProperty(value = "审核状态:0-待审核 1-审核通过 2-审核驳回")
    @TableField("audit_status")
    private Integer auditStatus;
    @ApiModelProperty(value = "流转状态:0-正在办理 1-延期办理 2-超时办理 3-已办结 4-群众撤销 5-上报待审核 6-上级驳回")
    @TableField("status")
    private Integer status;
    @ApiModelProperty(value = "上报类型 1-社区 2-街道 3-区县 4-市")
    @ApiModelProperty(value = "上报类型 1=市级账号,2=区县账号,3=街道账号,4=社区账号")
    @TableField("report_type")
    private Integer reportType;