mitao
2025-03-17 38f1a806a4e1d8e1560f07a5a26b51cf6a4692be
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/ComplaintAuditRecord.java
@@ -49,7 +49,7 @@
    @TableField("auditor_id")
    private Long auditorId;
    @ApiModelProperty(value = "审核类型(0:录入1:延期申请, 2:上报申请,3=下派)")
    @ApiModelProperty(value = "审核类型(1:延期申请, 2:上报申请,3=下派)")
    @TableField("audit_type")
    private Integer auditType;
@@ -106,4 +106,8 @@
    @TableField("superior_id")
    private Long superiorId;
    @ApiModelProperty(value = "排序")
    @TableField("sort")
    private Integer sort;
}