package com.doumee.keyCabinet.http.param; //app-版本校验请求") public class DevAppVersionParam { //app版本号") private int versionCode; //app类型(0:自助售票机,1:PAD手持机,2:课消机,3:收银台) private String type; public int getVersionCode() { return versionCode; } public void setVersionCode(int versionCode) { this.versionCode = versionCode; } public String getType() { return type; } public void setType(String type) { this.type = type; } }