1.
luofl
2025-02-23 e5ca6b1d9e961d51cb607e34ad259f7495d917e0
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-已办结")
    @ApiModelProperty(value = "流转状态:0-正在办理 1-延期办理 2-超时办理 3-已办结 4-群众撤销")
    @TableField("status")
    private Integer status;
    @ApiModelProperty(value = "上报类型 1-社区 2-街道 3-区县 4-市")
    @ApiModelProperty(value = "上报类型 1=市级账号,2=区县账号,3=街道账号,4=社区账号")
    @TableField("report_type")
    private Integer reportType;
@@ -134,7 +130,7 @@
    @ApiModelProperty(value = "办结人员id")
    @TableField("completion_user_id")
    private Integer completionUserId;
    private Long completionUserId;
    @ApiModelProperty(value = "办结人员")
    @TableField("completion_username")