派生自 projectDept/qhighschool

胡仁荣
2023-09-11 937daff0ebc1aa16a852d5a86434ab1994d8a02d
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;
   }