Browse Source

优化说明

zhou-hao 4 năm trước cách đây
mục cha
commit
49676034ec

+ 2 - 2
hsweb-commons/hsweb-commons-crud/src/main/java/org/hswebframework/web/crud/web/ResponseMessage.java

@@ -16,7 +16,7 @@ public class ResponseMessage<T> implements Serializable {
 
     private static final long serialVersionUID = 8992436576262574064L;
 
-    @Schema(description = "错误消息提示")
+    @Schema(description = "消息提示")
     protected String message;
 
     @Schema(description = "数据内容")
@@ -25,7 +25,7 @@ public class ResponseMessage<T> implements Serializable {
     @Schema(description = "状态码")
     private int status;
 
-    @Schema(description = "错误码")
+    @Schema(description = "业务码")
     protected String code;
 
     @Schema(description = "时间戳(毫秒)")