@@ -65,6 +65,7 @@ public class User extends Model<User> {
*/
@TableField("create_time")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
private LocalDateTime createTime;
/**