docs: 修复接口文档中 LocalDateTime 类型数据的示例信息不显示的问题

This commit is contained in:
2023-08-29 19:43:48 +08:00
parent 2b316d1685
commit 332bd6cd2a
12 changed files with 17 additions and 17 deletions

View File

@@ -57,6 +57,6 @@ public class LogVO implements Serializable {
/**
* 创建时间
*/
@Schema(description = "创建时间", example = "2023-08-08 08:08:08")
@Schema(description = "创建时间", example = "2023-08-08 08:08:08", type = "string")
private LocalDateTime createTime;
}