mitao
2025-03-14 08f1b1f1804a8bd833d42f257908d80e88387b55
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/ComplaintAuditRecord.java
@@ -49,11 +49,11 @@
    @TableField("auditor_id")
    private Long auditorId;
    @ApiModelProperty(value = "审核类型(1:延期申请, 2:上报申请)")
    @ApiModelProperty(value = "审核类型(0:录入1:延期申请, 2:上报申请,3=下派)")
    @TableField("audit_type")
    private Integer auditType;
    @ApiModelProperty(value = "审核状态 (0:待审核 1:审核通过 2:审核驳回)")
    @ApiModelProperty(value = "审核状态 (-1:未提交审核,0:待审核 1:审核通过 2:审核驳回)")
    @TableField("audit_status")
    private Integer auditStatus;
@@ -98,4 +98,16 @@
    @ApiModelProperty("部门id")
    private Integer departmentId;
    @ApiModelProperty(value = "上报类型 1=市级账号,2=区县账号,3=街道账号,4=社区账号 5=党员账号")
    @TableField("report_type")
    private Integer reportType;
    @ApiModelProperty(value = "上级id")
    @TableField("superior_id")
    private Long superiorId;
    @ApiModelProperty(value = "排序")
    @TableField("sort")
    private Integer sort;
}