package QCM.COMMUNAL.VO; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; //import com.alibaba.excel.annotation.ExcelProperty; public class ExcelWGJCF implements Serializable { private String chem_cd; private String chem_value; private String assay_no;//化验号 private String heat_no;//炉号 private String batch_no;//轧批号 private String material_no;//物料号 private String pline_code;//产线代码 private String pline_name;//产线名 private String assay_type;//化验类型 private String chem_name;//元素名 private String source; private String create_time;//创建时间 private String create_name; //@ExcelProperty(value = "炉号") private String charge_no; //@ExcelProperty(value = "C") private String c; //@ExcelProperty(value = "Mn") private String mn; //@ExcelProperty(value = "S") private String s; //@ExcelProperty(value = "P") private String p; //@ExcelProperty(value = "Si") private String si; //@ExcelProperty(value = "Cr") private String cr; //@ExcelProperty(value = "Ni") private String ni; //@ExcelProperty(value = "Cu") private String cu; //@ExcelProperty(value = "Mo") private String mo; //@ExcelProperty(value = "V") private String v; //@ExcelProperty(value = "Ti") private String ti; //@ExcelProperty(value = "Als") private String als; //@ExcelProperty(value = "Alt") private String alt; //@ExcelProperty(value = "B") private String b; //@ExcelProperty(value = "As") private String as; public String getCharge_no() { return charge_no; } public void setCharge_no(String charge_no) { this.charge_no = charge_no; } public String getC() { return c; } public void setC(String c) { this.c = c; } public String getMn() { return mn; } public void setMn(String mn) { this.mn = mn; } public String getS() { return s; } public void setS(String s) { this.s = s; } public String getP() { return p; } public void setP(String p) { this.p = p; } public String getSi() { return si; } public void setSi(String si) { this.si = si; } public String getCr() { return cr; } public void setCr(String cr) { this.cr = cr; } public String getNi() { return ni; } public void setNi(String ni) { this.ni = ni; } public String getCu() { return cu; } public void setCu(String cu) { this.cu = cu; } public String getMo() { return mo; } public void setMo(String mo) { this.mo = mo; } public String getV() { return v; } public void setV(String v) { this.v = v; } public String getTi() { return ti; } public void setTi(String ti) { this.ti = ti; } public String getAls() { return als; } public void setAls(String als) { this.als = als; } public String getAlt() { return alt; } public void setAlt(String alt) { this.alt = alt; } public String getB() { return b; } public void setB(String b) { this.b = b; } public String getAs() { return as; } public void setAs(String as) { this.as = as; } public String getChem_cd() { return chem_cd; } public void setChem_cd(String chem_cd) { this.chem_cd = chem_cd; } public String getChem_value() { return chem_value; } public void setChem_value(String chem_value) { this.chem_value = chem_value; } public String getAssay_no() { return assay_no; } public void setAssay_no(String assay_no) { this.assay_no = assay_no; } public String getHeat_no() { return heat_no; } public void setHeat_no(String heat_no) { this.heat_no = heat_no; } public String getBatch_no() { return batch_no; } public void setBatch_no(String batch_no) { this.batch_no = batch_no; } public String getMaterial_no() { return material_no; } public void setMaterial_no(String material_no) { this.material_no = material_no; } public String getPline_code() { return pline_code; } public void setPline_code(String pline_code) { this.pline_code = pline_code; } public String getPline_name() { return pline_name; } public void setPline_name(String pline_name) { this.pline_name = pline_name; } public String getAssay_type() { return assay_type; } public void setAssay_type(String assay_type) { this.assay_type = assay_type; } public String getChem_name() { return chem_name; } public void setChem_name(String chem_name) { this.chem_name = chem_name; } public String getSource() { return source; } public void setSource(String source) { this.source = source; } public String getCreate_time() { return create_time; } public void setCreate_time(String create_time) { this.create_time = create_time; } public String getCreate_name() { return create_name; } public void setCreate_name(String create_name) { this.create_name = create_name; } }