无关风月
3 天以前 c3a11538b96aeac198fbaa467210ef8754773ad1
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;