无关风月
2 天以前 053c2264ab5d7596aea3f8fcac18d487e6f9c766
ruoyi-system/src/main/java/com/ruoyi/system/model/OaApprovalApplications.java
@@ -86,6 +86,10 @@
    @TableField("create_by")
    private String createBy;
    @ApiModelProperty(value = "审批不通过原因")
    @TableField("reason")
    private String reason;
    @ApiModelProperty(value = "更新时间")
    @TableField("update_time")
    private LocalDateTime updateTime;