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.

84 lines
1.4 KiB
Java

/*
* Decompiled with CFR 0.152.
*/
package com.hst.common.bo;
import java.io.Serializable;
public class TmWssxKjLy
implements Serializable {
private static final long serialVersionUID = 1L;
private String xh;
private String kjXh;
private String lysj;
private String lynr;
private String lyr;
private String lxfs;
private String fwxt;
private String userid;
public String getFwxt() {
return this.fwxt;
}
public void setFwxt(String fwxt) {
this.fwxt = fwxt;
}
public String getKjXh() {
return this.kjXh;
}
public void setKjXh(String kjXh) {
this.kjXh = kjXh;
}
public String getLxfs() {
return this.lxfs;
}
public void setLxfs(String lxfs) {
this.lxfs = lxfs;
}
public String getLynr() {
return this.lynr;
}
public void setLynr(String lynr) {
this.lynr = lynr;
}
public String getLyr() {
return this.lyr;
}
public void setLyr(String lyr) {
this.lyr = lyr;
}
public String getLysj() {
return this.lysj;
}
public void setLysj(String lysj) {
this.lysj = lysj;
}
public String getUserid() {
return this.userid;
}
public void setUserid(String userid) {
this.userid = userid;
}
public String getXh() {
return this.xh;
}
public void setXh(String xh) {
this.xh = xh;
}
}