rentaiming
2024-06-28 0219f0fc8f8b79cb50a9e1004b10d63a0edbb9dd
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/SlAuditRecord.java
@@ -24,16 +24,16 @@
@ApiModel(value = "SlAuditRecord对象", description = "审核管理")
public class SlAuditRecord {
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty("审核记录的")
    @TableField("audit_id")
    private Integer auditId;
    private Long auditId;
    @ApiModelProperty("审核人id")
    @TableField("shenh_id")
    private Integer shenhId;
    private Long shenhId;
    @ApiModelProperty("1 是管理员审核,2 主管审核,3 是主任审核")
    @TableField("type")