package com.jiuqi.mobile.nigo.comeclose.manager.master; import com.jiuqi.mobile.nigo.comeclose.bean.SelectKey; public class SelectUserCountKey extends SelectKey { private static final long serialVersionUID = 1401990949664762156L; private String startDate; private String endDate; private long code; private int roleCode; private int total; public int getTotal() { return total; } public void setTotal(int total) { this.total = total; } public String getStartDate() { return startDate; } public void setStartDate(String startDate) { this.startDate = startDate; } public String getEndDate() { return endDate; } public void setEndDate(String endDate) { this.endDate = endDate; } public long getCode() { return code; } public void setCode(long code) { this.code = code; } public int getRoleCode() { return roleCode; } public void setRoleCode(int roleCode) { this.roleCode = roleCode; } }