hfxc226 2 سال پیش
والد
کامیت
f8ac14c56e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      platform-common/src/main/java/com/platform/common/yongyou/response/BaseResponse.java

+ 1 - 1
platform-common/src/main/java/com/platform/common/yongyou/response/BaseResponse.java

@@ -9,6 +9,6 @@ import java.io.Serializable;
  */
 @Data
 public class BaseResponse implements Serializable {
-    private String result;
+    private Boolean result;
     private String msg;
 }