派生自 projectDept/qhighschool

EricsHu
2023-11-24 0ad2f07a292895eeb3b9618eb1e275568c63a59e
src/main/java/com/qxueyou/scc/base/model/Result.java
@@ -80,8 +80,8 @@
      this.msg = success ? MSG_SUCCESS : MSG_FAIL;
      this.data = CollectionUtils.newObjectMap(objs);
   }
   public boolean isSuccess() {
    public boolean isSuccess() {
      return success;
   }