package com.jiuqi.mobile.nigo.comeclose.manager.master; import com.jiuqi.mobile.nigo.comeclose.bean.SelectKey; /** * 下载记录详情 * @author mte * */ public class SelectDownloadRecordInfoKey extends SelectKey { private static final long serialVersionUID = 1L; private String version;//版本号 private int type;//客户端类型 public String getVersion() { return version; } public void setVersion(String version) { this.version = version; } public static long getSerialversionuid() { return serialVersionUID; } public int getType() { return type; } public void setType(int type) { this.type = type; } }