648540858
2024-01-19 cf8a1261b5a27b0e3270da2bd57fbe936b4e809b
src/main/java/com/genersoft/iot/vmp/storager/dao/dto/User.java
old mode 100644 new mode 100755
@@ -7,6 +7,7 @@
    private String password;
    private String createTime;
    private String updateTime;
    private String pushKey;
    private Role role;
    public int getId() {
@@ -56,4 +57,12 @@
    public void setRole(Role role) {
        this.role = role;
    }
    public String getPushKey() {
        return pushKey;
    }
    public void setPushKey(String pushKey) {
        this.pushKey = pushKey;
    }
}