feat():增加示例描述

master
Yueng 2024-08-08 13:52:01 +08:00
parent 18873d0c3a
commit 9cd5b6cadc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class Result<T> implements Serializable {
private static final long serialVersionUID = 1L;
@Schema(name = "code",defaultValue = "200",type = "Integer",description = "整体返回响应状态码200表示成功其余表示请求异常详情请见每个接口")
@Schema(defaultValue = "200",type = "Integer",description = "整体返回响应状态码200表示成功其余表示请求异常详情请见每个接口")
private int code;
@Schema(description = "返回状态码的描述",defaultValue = "操作成功",type = "String")