派生自 projectDept/qhighschool

EricsHu
2023-09-11 9c5725b32f89859ee0f3c38cefe3433d8ee9b01a
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;
   }