mirror of
https://github.com/201206030/novel.git
synced 2025-07-17 01:36:37 +00:00
Update README.md
This commit is contained in:
@ -24,7 +24,7 @@ public class BookChapterRespDto implements Serializable {
|
||||
|
||||
/**
|
||||
* 章节ID
|
||||
* */
|
||||
*/
|
||||
@Schema(description = "章节ID")
|
||||
private Long id;
|
||||
|
||||
@ -56,7 +56,7 @@ public class BookChapterRespDto implements Serializable {
|
||||
* 章节更新时间
|
||||
*/
|
||||
@Schema(description = "章节更新时间")
|
||||
@JsonFormat(pattern = "yyyy/MM/dd HH:dd")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
|
||||
private LocalDateTime chapterUpdateTime;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user