无关风月
1 天以前 083c414ff683ab12e65069c6c0ba6871ed1ed09f
ruoyi-system/src/main/java/com/ruoyi/system/model/TLeave.java
@@ -64,7 +64,7 @@
    @TableField("audit_status")
    private Integer auditStatus;
    @ApiModelProperty(value = "审核人id")
    @ApiModelProperty(value = "归属审核人id")
    @TableField("audit_id")
    private String auditId;
@@ -76,6 +76,12 @@
    @ApiModelProperty(value = "审核备注")
    @TableField("audit_remark")
    private String auditRemark;
    @ApiModelProperty(value = "审批编号")
    @TableField("code")
    private String code;
    @ApiModelProperty(value = "请假的时候 处于哪个模板id")
    @TableField("template_id")
    private String templateId;
}