/* * 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; } }