派生自 projectDept/qhighschool

胡仁荣
2023-09-25 f6df0f0156a8c5eaf2c5f1935c4838563af85c7e
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;
   }