lcyzhyx-520 commented on issue #3697:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/3697#issuecomment-1475747702

   > 还有那个Result 都是你们自定义的还是其他第三方依赖都详细说明一下
   
   我们自定义的返回体。 
   
   @Getter
   @Setter
   @ToString
   @NoArgsConstructor
   public class Result<T> {
       private static final long serialVersionUID = 1L;
   
       private int code;
   
       private boolean success;
   
       private T data;
   
       private String msg;
   
       private String errorCode;
   }
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to