7b93daaf1618c8ca324c65c09236dd403f4329b2.svn-base 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. package QCM.COMMUNAL.VO;
  2. import java.io.Serializable;
  3. import java.util.ArrayList;
  4. import java.util.Date;
  5. import java.util.List;
  6. //import com.alibaba.excel.annotation.ExcelProperty;
  7. public class ExcelWGJCF<T> implements Serializable {
  8. private String chem_cd;
  9. private String chem_value;
  10. private String assay_no;//化验号
  11. private String heat_no;//炉号
  12. private String batch_no;//轧批号
  13. private String material_no;//物料号
  14. private String pline_code;//产线代码
  15. private String pline_name;//产线名
  16. private String assay_type;//化验类型
  17. private String chem_name;//元素名
  18. private String source;
  19. private String create_time;//创建时间
  20. private String create_name;
  21. //@ExcelProperty(value = "炉号")
  22. private String charge_no;
  23. //@ExcelProperty(value = "C")
  24. private String c;
  25. //@ExcelProperty(value = "Mn")
  26. private String mn;
  27. //@ExcelProperty(value = "S")
  28. private String s;
  29. //@ExcelProperty(value = "P")
  30. private String p;
  31. //@ExcelProperty(value = "Si")
  32. private String si;
  33. //@ExcelProperty(value = "Cr")
  34. private String cr;
  35. //@ExcelProperty(value = "Ni")
  36. private String ni;
  37. //@ExcelProperty(value = "Cu")
  38. private String cu;
  39. //@ExcelProperty(value = "Mo")
  40. private String mo;
  41. //@ExcelProperty(value = "V")
  42. private String v;
  43. //@ExcelProperty(value = "Ti")
  44. private String ti;
  45. //@ExcelProperty(value = "Als")
  46. private String als;
  47. //@ExcelProperty(value = "Alt")
  48. private String alt;
  49. //@ExcelProperty(value = "B")
  50. private String b;
  51. //@ExcelProperty(value = "As")
  52. private String as;
  53. public String getCharge_no() {
  54. return charge_no;
  55. }
  56. public void setCharge_no(String charge_no) {
  57. this.charge_no = charge_no;
  58. }
  59. public String getC() {
  60. return c;
  61. }
  62. public void setC(String c) {
  63. this.c = c;
  64. }
  65. public String getMn() {
  66. return mn;
  67. }
  68. public void setMn(String mn) {
  69. this.mn = mn;
  70. }
  71. public String getS() {
  72. return s;
  73. }
  74. public void setS(String s) {
  75. this.s = s;
  76. }
  77. public String getP() {
  78. return p;
  79. }
  80. public void setP(String p) {
  81. this.p = p;
  82. }
  83. public String getSi() {
  84. return si;
  85. }
  86. public void setSi(String si) {
  87. this.si = si;
  88. }
  89. public String getCr() {
  90. return cr;
  91. }
  92. public void setCr(String cr) {
  93. this.cr = cr;
  94. }
  95. public String getNi() {
  96. return ni;
  97. }
  98. public void setNi(String ni) {
  99. this.ni = ni;
  100. }
  101. public String getCu() {
  102. return cu;
  103. }
  104. public void setCu(String cu) {
  105. this.cu = cu;
  106. }
  107. public String getMo() {
  108. return mo;
  109. }
  110. public void setMo(String mo) {
  111. this.mo = mo;
  112. }
  113. public String getV() {
  114. return v;
  115. }
  116. public void setV(String v) {
  117. this.v = v;
  118. }
  119. public String getTi() {
  120. return ti;
  121. }
  122. public void setTi(String ti) {
  123. this.ti = ti;
  124. }
  125. public String getAls() {
  126. return als;
  127. }
  128. public void setAls(String als) {
  129. this.als = als;
  130. }
  131. public String getAlt() {
  132. return alt;
  133. }
  134. public void setAlt(String alt) {
  135. this.alt = alt;
  136. }
  137. public String getB() {
  138. return b;
  139. }
  140. public void setB(String b) {
  141. this.b = b;
  142. }
  143. public String getAs() {
  144. return as;
  145. }
  146. public void setAs(String as) {
  147. this.as = as;
  148. }
  149. public String getChem_cd() {
  150. return chem_cd;
  151. }
  152. public void setChem_cd(String chem_cd) {
  153. this.chem_cd = chem_cd;
  154. }
  155. public String getChem_value() {
  156. return chem_value;
  157. }
  158. public void setChem_value(String chem_value) {
  159. this.chem_value = chem_value;
  160. }
  161. public String getAssay_no() {
  162. return assay_no;
  163. }
  164. public void setAssay_no(String assay_no) {
  165. this.assay_no = assay_no;
  166. }
  167. public String getHeat_no() {
  168. return heat_no;
  169. }
  170. public void setHeat_no(String heat_no) {
  171. this.heat_no = heat_no;
  172. }
  173. public String getBatch_no() {
  174. return batch_no;
  175. }
  176. public void setBatch_no(String batch_no) {
  177. this.batch_no = batch_no;
  178. }
  179. public String getMaterial_no() {
  180. return material_no;
  181. }
  182. public void setMaterial_no(String material_no) {
  183. this.material_no = material_no;
  184. }
  185. public String getPline_code() {
  186. return pline_code;
  187. }
  188. public void setPline_code(String pline_code) {
  189. this.pline_code = pline_code;
  190. }
  191. public String getPline_name() {
  192. return pline_name;
  193. }
  194. public void setPline_name(String pline_name) {
  195. this.pline_name = pline_name;
  196. }
  197. public String getAssay_type() {
  198. return assay_type;
  199. }
  200. public void setAssay_type(String assay_type) {
  201. this.assay_type = assay_type;
  202. }
  203. public String getChem_name() {
  204. return chem_name;
  205. }
  206. public void setChem_name(String chem_name) {
  207. this.chem_name = chem_name;
  208. }
  209. public String getSource() {
  210. return source;
  211. }
  212. public void setSource(String source) {
  213. this.source = source;
  214. }
  215. public String getCreate_time() {
  216. return create_time;
  217. }
  218. public void setCreate_time(String create_time) {
  219. this.create_time = create_time;
  220. }
  221. public String getCreate_name() {
  222. return create_name;
  223. }
  224. public void setCreate_name(String create_name) {
  225. this.create_name = create_name;
  226. }
  227. }