luofl
2025-04-14 e3a7b5f659b6967d8b426f20c8b52fe740be50b6
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/ComplaintAuditRecord.java
@@ -53,7 +53,7 @@
    @TableField("audit_type")
    private Integer auditType;
    @ApiModelProperty(value = "审核状态 (-1:未提交审核,0:待审核 1:审核通过 2:审核驳回)")
    @ApiModelProperty(value = "审核状态 (-1:未提交审核,0:待审核 1:审核通过 2:审核驳回 3:上报撤回)")
    @TableField("audit_status")
    private Integer auditStatus;
@@ -92,6 +92,12 @@
    @ApiModelProperty("上报人")
    private String reporter;
    @ApiModelProperty("上报人id")
    private Long reporterId;
    @ApiModelProperty("上报人层级 1=市级账号,2=区县账号,3=街道账号,4=社区账号 5=党员账号")
    private Integer reporterLevel;
    @ApiModelProperty("所属部门")
    private String departmentName;
@@ -110,4 +116,11 @@
    @TableField("sort")
    private Integer sort;
    @ApiModelProperty("审核人")
    @TableField("auditor_name")
    private String auditorName;
    @ApiModelProperty("审核人联系方式")
    @TableField("auditor_phone")
    private String auditorPhone;
}