tonyjianhua
2023-07-19 41d9c347bf648a49fc11fbd4c451298f164230ec
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);
}