StatisticMobile.java 549 Bytes
/**
 * 
 */
package com.bjivt.entity.vo;

/**
 * @author ts
 * 2016年7月21日 上午11:21:24
 * 
 */
public class StatisticMobile {
	private Integer counts;
	private String model;
	private String brand;
	
	public Integer getCounts() {
		return counts;
	}
	public void setCounts(Integer counts) {
		this.counts = counts;
	}
	public String getModel() {
		return model;
	}
	public void setModel(String model) {
		this.model = model;
	}
	public String getBrand() {
		return brand;
	}
	public void setBrand(String brand) {
		this.brand = brand;
	}
	
}