Browse Source

问题修改

xiaochen 2 years ago
parent
commit
575c624447
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/java/com/model/result/CommRes.java

+ 3 - 0
src/main/java/com/model/result/CommRes.java

@@ -24,4 +24,7 @@ public class CommRes {
         commRes.setMsg(msg);
         return commRes;
     }
+
+
+
 }