648540858
2023-02-07 31dcdab4d8b71ae5a0e7a2bcf363c990b58c0d8f
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);
}