648540858
2022-11-25 bdd9ff1fd7a176f4518d2215770f37b042cfc970
src/main/java/com/genersoft/iot/vmp/service/IUserService.java
@@ -25,5 +25,5 @@
    PageInfo<User> getUsers(int page, int count);
    int resetPushKey(int id);
    int changePushKey(int id, String pushKey);
}