Ver Fonte

用友出库

hfxc226 há 2 anos atrás
pai
commit
f8ac14c56e

+ 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;
 }