mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 22:57:17 +08:00 
			
		
		
		
	docs: 修复接口文档中 LocalDateTime 类型数据的示例信息不显示的问题
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user