Skip to content

Commit

Permalink
fix: 书架列表时间格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
201206030 committed Oct 21, 2023
1 parent 5543e5a commit ef290be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.java2nb.novel.entity.UserBookshelf;
import lombok.Data;

import javax.annotation.Generated;
import java.util.Date;

/**
Expand All @@ -29,6 +28,7 @@ public class BookShelfVO extends UserBookshelf {

private String bookDesc;

@JsonFormat(timezone = "GMT+8", pattern = "MM/dd HH:mm")
private Date lastIndexUpdateTime;

private Byte bookStatus;
Expand Down

0 comments on commit ef290be

Please sign in to comment.