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.

102 lines
1.7 KiB
Java

/*
* Decompiled with CFR 0.152.
*/
package com.hst.common.bo;
import java.io.Serializable;
public class TmFpDkfpsqZb
implements Serializable {
private static final long serialVersionUID = 1L;
private String dkfpsqXh;
private String xh;
private String pm;
private String gg;
private String dw;
private Double sl;
private Double dj;
private Double je;
private Double sli;
private Double se;
public String getDkfpsqXh() {
return this.dkfpsqXh;
}
public void setDkfpsqXh(String dkfpsqXh) {
this.dkfpsqXh = dkfpsqXh;
}
public String getXh() {
return this.xh;
}
public void setXh(String xh) {
this.xh = xh;
}
public String getPm() {
return this.pm;
}
public void setPm(String pm) {
this.pm = pm;
}
public String getGg() {
return this.gg;
}
public void setGg(String gg) {
this.gg = gg;
}
public String getDw() {
return this.dw;
}
public void setDw(String dw) {
this.dw = dw;
}
public Double getSl() {
return this.sl;
}
public void setSl(Double sl) {
this.sl = sl;
}
public Double getDj() {
return this.dj;
}
public void setDj(Double dj) {
this.dj = dj;
}
public Double getJe() {
return this.je;
}
public void setJe(Double je) {
this.je = je;
}
public Double getSli() {
return this.sli;
}
public void setSli(Double sli) {
this.sli = sli;
}
public Double getSe() {
return this.se;
}
public void setSe(Double se) {
this.se = se;
}
}