You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
172 lines
2.9 KiB
Java
172 lines
2.9 KiB
Java
package com.rehome.zhdcoa.bean;
|
|
|
|
/**
|
|
* Created by ruihong on 2017/10/25.
|
|
*/
|
|
|
|
public class XsRequestInfo {
|
|
private String action;
|
|
private String zc;
|
|
private String jhid;
|
|
private String zymc;
|
|
private String zxid;
|
|
private String bglx;
|
|
private String spzt;
|
|
private String rownum;
|
|
private String zxmc;
|
|
private String zy;
|
|
private String rqts;
|
|
private String moduletype;
|
|
private String shmk;
|
|
private String userid;
|
|
private String spr;
|
|
private String sis;
|
|
private String jz;
|
|
private String yhid;
|
|
|
|
public String getYhid() {
|
|
return yhid;
|
|
}
|
|
|
|
public void setYhid(String yhid) {
|
|
this.yhid = yhid;
|
|
}
|
|
|
|
|
|
public String getAction() {
|
|
return action;
|
|
}
|
|
|
|
public void setAction(String action) {
|
|
this.action = action;
|
|
}
|
|
|
|
public String getZc() {
|
|
return zc;
|
|
}
|
|
|
|
public void setZc(String zc) {
|
|
this.zc = zc;
|
|
}
|
|
|
|
public String getJhid() {
|
|
return jhid;
|
|
}
|
|
|
|
public void setJhid(String jhid) {
|
|
this.jhid = jhid;
|
|
}
|
|
|
|
public String getZymc() {
|
|
return zymc;
|
|
}
|
|
|
|
public void setZymc(String zymc) {
|
|
this.zymc = zymc;
|
|
}
|
|
|
|
public String getZxid() {
|
|
return zxid;
|
|
}
|
|
|
|
public void setZxid(String zxid) {
|
|
this.zxid = zxid;
|
|
}
|
|
|
|
public String getBglx() {
|
|
return bglx;
|
|
}
|
|
|
|
public void setBglx(String bglx) {
|
|
this.bglx = bglx;
|
|
}
|
|
|
|
public String getSpzt() {
|
|
return spzt;
|
|
}
|
|
|
|
public void setSpzt(String spzt) {
|
|
this.spzt = spzt;
|
|
}
|
|
|
|
public String getRownum() {
|
|
return rownum;
|
|
}
|
|
|
|
public void setRownum(String rownum) {
|
|
this.rownum = rownum;
|
|
}
|
|
|
|
public String getZxmc() {
|
|
return zxmc;
|
|
}
|
|
|
|
public void setZxmc(String zxmc) {
|
|
this.zxmc = zxmc;
|
|
}
|
|
|
|
public String getZy() {
|
|
return zy;
|
|
}
|
|
|
|
public void setZy(String zy) {
|
|
this.zy = zy;
|
|
}
|
|
|
|
public String getRqts() {
|
|
return rqts;
|
|
}
|
|
|
|
public void setRqts(String rqts) {
|
|
this.rqts = rqts;
|
|
}
|
|
|
|
public String getModuletype() {
|
|
return moduletype;
|
|
}
|
|
|
|
public void setModuletype(String moduletype) {
|
|
this.moduletype = moduletype;
|
|
}
|
|
|
|
public String getShmk() {
|
|
return shmk;
|
|
}
|
|
|
|
public void setShmk(String shmk) {
|
|
this.shmk = shmk;
|
|
}
|
|
|
|
public String getUserid() {
|
|
return userid;
|
|
}
|
|
|
|
public void setUserid(String userid) {
|
|
this.userid = userid;
|
|
}
|
|
|
|
public String getSpr() {
|
|
return spr;
|
|
}
|
|
|
|
public void setSpr(String spr) {
|
|
this.spr = spr;
|
|
}
|
|
|
|
public String getSis() {
|
|
return sis;
|
|
}
|
|
|
|
public void setSis(String sis) {
|
|
this.sis = sis;
|
|
}
|
|
|
|
public String getJz() {
|
|
return jz;
|
|
}
|
|
|
|
public void setJz(String jz) {
|
|
this.jz = jz;
|
|
}
|
|
}
|