package com.xkrs.model.qo; public class SysUserPushAccountQo { private Integer id; private String regID; private String userAccount; public SysUserPushAccountQo() { } public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getRegID() { return regID; } public void setRegID(String regID) { this.regID = regID; } public String getUserAccount() { return userAccount; } public void setUserAccount(String userAccount) { this.userAccount = userAccount; } }