package com.entity; public class Sj { private String sjbh; private String sm; private String cbsbh; private float dj; private String zz; private String lbbh; private int gcsl; private int kjsl; private String sfkj; public Sj(String sjbh, String sm, String cbsbh, float dj, String zz, String lbbh, int gcsl, int kjsl, String sfkj) { super(); this.sjbh = sjbh; this.sm = sm; this.cbsbh = cbsbh; this.dj = dj; this.zz = zz; this.lbbh = lbbh; this.gcsl = gcsl; this.kjsl = kjsl; this.sfkj = sfkj; } public int getGcsl() { return gcsl; } public void setGcsl(int gcsl) { this.gcsl = gcsl; } public int getKjsl() { return kjsl; } public void setKjsl(int kjsl) { this.kjsl = kjsl; } public String getSfkj() { return sfkj; } public void setSfkj(String sfkj) { this.sfkj = sfkj; } public String getSjbh() { return sjbh; } public void setSjbh(String sjbh) { this.sjbh = sjbh; } public String getSm() { return sm; } public void setSm(String sm) { this.sm = sm; } public String getCbsbh() { return cbsbh; } public void setCbsbh(String cbsbh) { this.cbsbh = cbsbh; } public float getDj() { return dj; } public void setDj(float dj) { this.dj = dj; } public String getZz() { return zz; } public void setZz(String zz) { this.zz = zz; } public String getLbbh() { return lbbh; } public void setLbbh(String lbbh) { this.lbbh = lbbh; } public Sj() { } }