This website works better with JavaScript
Home
Explore
Help
Register
Sign In
tuya_admin
/
sg-java
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
问题修改
xiaochen
2 years ago
parent
191a09f0f0
commit
575c624447
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
src/main/java/com/model/result/CommRes.java
+ 3
- 0
src/main/java/com/model/result/CommRes.java
View File
@@ -24,4 +24,7 @@ public class CommRes {
commRes.setMsg(msg);
return commRes;
}
+
+
+
}