Update README.md

This commit is contained in:
xiongxiaoyang
2023-03-31 09:37:43 +08:00
parent 46d62d6aa6
commit 65274eae80
2 changed files with 26 additions and 26 deletions

View File

@ -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;
/**