648540858
2023-05-23 babc0f79cb78df17a67eac5291640f580efd06be
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);
}