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.
48 lines
872 B
Java
48 lines
872 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package com.hst.common.bo;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public class NsfwWsgpFplgsq
|
|
implements Serializable {
|
|
private static final long serialVersionUID = 1L;
|
|
private String wsDjhzXh;
|
|
private String fpzlDm;
|
|
private String lgsl;
|
|
private String dw;
|
|
|
|
public String getWsDjhzXh() {
|
|
return this.wsDjhzXh;
|
|
}
|
|
|
|
public void setWsDjhzXh(String wsDjhzXh) {
|
|
this.wsDjhzXh = wsDjhzXh;
|
|
}
|
|
|
|
public String getFpzlDm() {
|
|
return this.fpzlDm;
|
|
}
|
|
|
|
public void setFpzlDm(String fpzlDm) {
|
|
this.fpzlDm = fpzlDm;
|
|
}
|
|
|
|
public String getLgsl() {
|
|
return this.lgsl;
|
|
}
|
|
|
|
public void setLgsl(String lgsl) {
|
|
this.lgsl = lgsl;
|
|
}
|
|
|
|
public String getDw() {
|
|
return this.dw;
|
|
}
|
|
|
|
public void setDw(String dw) {
|
|
this.dw = dw;
|
|
}
|
|
}
|