xuhy
5 天以前 79c1cc71dfcf2ac2a96433439507e582b7bf23e2
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;
}