liujie
5 天以前 f8d30932873605f5eb407228b22a38ec5ff96af9
ruoyi-system/src/main/java/com/ruoyi/system/model/TSysAppUser.java
@@ -59,4 +59,9 @@
    @TableField("status")
    private Integer status;
    @ApiModelProperty(value = "上次短信提醒时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @TableField("last_reminder_time")
    private LocalDateTime lastReminderTime;
}