MouldHistory.java 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. package com.js.kbt.model;
  2. import java.util.Date;
  3. public class MouldHistory {
  4. /**
  5. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.id
  6. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  7. */
  8. private Long id;
  9. /**
  10. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.sim
  11. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  12. */
  13. private String sim;
  14. /**
  15. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.model_no
  16. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  17. */
  18. private String modelNo;
  19. /**
  20. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.version
  21. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  22. */
  23. private String version;
  24. /**
  25. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.status
  26. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  27. */
  28. private String status;
  29. /**
  30. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.lng
  31. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  32. */
  33. private String lng;
  34. /**
  35. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.lat
  36. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  37. */
  38. private String lat;
  39. /**
  40. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.gprs_lac
  41. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  42. */
  43. private String gprsLac;
  44. /**
  45. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.gprs_ic
  46. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  47. */
  48. private String gprsIc;
  49. /**
  50. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.wifi_bbsid
  51. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  52. */
  53. private String wifiBbsid;
  54. /**
  55. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.temperature
  56. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  57. */
  58. private Integer temperature;
  59. /**
  60. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.battery
  61. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  62. */
  63. private Integer battery;
  64. /**
  65. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.sig_2g
  66. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  67. */
  68. private Integer sig2g;
  69. /**
  70. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.sig_nb
  71. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  72. */
  73. private Integer sigNb;
  74. /**
  75. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.sig_wifi
  76. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  77. */
  78. private Integer sigWifi;
  79. /**
  80. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.ext0
  81. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  82. */
  83. private String ext0;
  84. /**
  85. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.alarm
  86. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  87. */
  88. private Integer alarm;
  89. /**
  90. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.run_cnt
  91. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  92. */
  93. private Integer runCnt;
  94. /**
  95. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.crc_code
  96. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  97. */
  98. private String crcCode;
  99. /**
  100. * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.indate
  101. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  102. */
  103. private Date indate;
  104. /**
  105. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.id
  106. * @return the value of mould_history.id
  107. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  108. */
  109. public Long getId() {
  110. return id;
  111. }
  112. /**
  113. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.id
  114. * @param id the value for mould_history.id
  115. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  116. */
  117. public void setId(Long id) {
  118. this.id = id;
  119. }
  120. /**
  121. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.sim
  122. * @return the value of mould_history.sim
  123. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  124. */
  125. public String getSim() {
  126. return sim;
  127. }
  128. /**
  129. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.sim
  130. * @param sim the value for mould_history.sim
  131. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  132. */
  133. public void setSim(String sim) {
  134. this.sim = sim;
  135. }
  136. /**
  137. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.model_no
  138. * @return the value of mould_history.model_no
  139. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  140. */
  141. public String getModelNo() {
  142. return modelNo;
  143. }
  144. /**
  145. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.model_no
  146. * @param modelNo the value for mould_history.model_no
  147. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  148. */
  149. public void setModelNo(String modelNo) {
  150. this.modelNo = modelNo;
  151. }
  152. /**
  153. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.version
  154. * @return the value of mould_history.version
  155. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  156. */
  157. public String getVersion() {
  158. return version;
  159. }
  160. /**
  161. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.version
  162. * @param version the value for mould_history.version
  163. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  164. */
  165. public void setVersion(String version) {
  166. this.version = version;
  167. }
  168. /**
  169. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.status
  170. * @return the value of mould_history.status
  171. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  172. */
  173. public String getStatus() {
  174. return status;
  175. }
  176. /**
  177. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.status
  178. * @param status the value for mould_history.status
  179. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  180. */
  181. public void setStatus(String status) {
  182. this.status = status;
  183. }
  184. /**
  185. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.lng
  186. * @return the value of mould_history.lng
  187. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  188. */
  189. public String getLng() {
  190. return lng;
  191. }
  192. /**
  193. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.lng
  194. * @param lng the value for mould_history.lng
  195. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  196. */
  197. public void setLng(String lng) {
  198. this.lng = lng;
  199. }
  200. /**
  201. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.lat
  202. * @return the value of mould_history.lat
  203. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  204. */
  205. public String getLat() {
  206. return lat;
  207. }
  208. /**
  209. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.lat
  210. * @param lat the value for mould_history.lat
  211. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  212. */
  213. public void setLat(String lat) {
  214. this.lat = lat;
  215. }
  216. /**
  217. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.gprs_lac
  218. * @return the value of mould_history.gprs_lac
  219. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  220. */
  221. public String getGprsLac() {
  222. return gprsLac;
  223. }
  224. /**
  225. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.gprs_lac
  226. * @param gprsLac the value for mould_history.gprs_lac
  227. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  228. */
  229. public void setGprsLac(String gprsLac) {
  230. this.gprsLac = gprsLac;
  231. }
  232. /**
  233. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.gprs_ic
  234. * @return the value of mould_history.gprs_ic
  235. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  236. */
  237. public String getGprsIc() {
  238. return gprsIc;
  239. }
  240. /**
  241. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.gprs_ic
  242. * @param gprsIc the value for mould_history.gprs_ic
  243. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  244. */
  245. public void setGprsIc(String gprsIc) {
  246. this.gprsIc = gprsIc;
  247. }
  248. /**
  249. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.wifi_bbsid
  250. * @return the value of mould_history.wifi_bbsid
  251. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  252. */
  253. public String getWifiBbsid() {
  254. return wifiBbsid;
  255. }
  256. /**
  257. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.wifi_bbsid
  258. * @param wifiBbsid the value for mould_history.wifi_bbsid
  259. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  260. */
  261. public void setWifiBbsid(String wifiBbsid) {
  262. this.wifiBbsid = wifiBbsid;
  263. }
  264. /**
  265. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.temperature
  266. * @return the value of mould_history.temperature
  267. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  268. */
  269. public Integer getTemperature() {
  270. return temperature;
  271. }
  272. /**
  273. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.temperature
  274. * @param temperature the value for mould_history.temperature
  275. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  276. */
  277. public void setTemperature(Integer temperature) {
  278. this.temperature = temperature;
  279. }
  280. /**
  281. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.battery
  282. * @return the value of mould_history.battery
  283. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  284. */
  285. public Integer getBattery() {
  286. return battery;
  287. }
  288. /**
  289. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.battery
  290. * @param battery the value for mould_history.battery
  291. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  292. */
  293. public void setBattery(Integer battery) {
  294. this.battery = battery;
  295. }
  296. /**
  297. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.sig_2g
  298. * @return the value of mould_history.sig_2g
  299. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  300. */
  301. public Integer getSig2g() {
  302. return sig2g;
  303. }
  304. /**
  305. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.sig_2g
  306. * @param sig2g the value for mould_history.sig_2g
  307. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  308. */
  309. public void setSig2g(Integer sig2g) {
  310. this.sig2g = sig2g;
  311. }
  312. /**
  313. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.sig_nb
  314. * @return the value of mould_history.sig_nb
  315. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  316. */
  317. public Integer getSigNb() {
  318. return sigNb;
  319. }
  320. /**
  321. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.sig_nb
  322. * @param sigNb the value for mould_history.sig_nb
  323. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  324. */
  325. public void setSigNb(Integer sigNb) {
  326. this.sigNb = sigNb;
  327. }
  328. /**
  329. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.sig_wifi
  330. * @return the value of mould_history.sig_wifi
  331. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  332. */
  333. public Integer getSigWifi() {
  334. return sigWifi;
  335. }
  336. /**
  337. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.sig_wifi
  338. * @param sigWifi the value for mould_history.sig_wifi
  339. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  340. */
  341. public void setSigWifi(Integer sigWifi) {
  342. this.sigWifi = sigWifi;
  343. }
  344. /**
  345. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.ext0
  346. * @return the value of mould_history.ext0
  347. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  348. */
  349. public String getExt0() {
  350. return ext0;
  351. }
  352. /**
  353. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.ext0
  354. * @param ext0 the value for mould_history.ext0
  355. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  356. */
  357. public void setExt0(String ext0) {
  358. this.ext0 = ext0;
  359. }
  360. /**
  361. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.alarm
  362. * @return the value of mould_history.alarm
  363. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  364. */
  365. public Integer getAlarm() {
  366. return alarm;
  367. }
  368. /**
  369. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.alarm
  370. * @param alarm the value for mould_history.alarm
  371. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  372. */
  373. public void setAlarm(Integer alarm) {
  374. this.alarm = alarm;
  375. }
  376. /**
  377. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.run_cnt
  378. * @return the value of mould_history.run_cnt
  379. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  380. */
  381. public Integer getRunCnt() {
  382. return runCnt;
  383. }
  384. /**
  385. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.run_cnt
  386. * @param runCnt the value for mould_history.run_cnt
  387. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  388. */
  389. public void setRunCnt(Integer runCnt) {
  390. this.runCnt = runCnt;
  391. }
  392. /**
  393. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.crc_code
  394. * @return the value of mould_history.crc_code
  395. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  396. */
  397. public String getCrcCode() {
  398. return crcCode;
  399. }
  400. /**
  401. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.crc_code
  402. * @param crcCode the value for mould_history.crc_code
  403. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  404. */
  405. public void setCrcCode(String crcCode) {
  406. this.crcCode = crcCode;
  407. }
  408. /**
  409. * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.indate
  410. * @return the value of mould_history.indate
  411. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  412. */
  413. public Date getIndate() {
  414. return indate;
  415. }
  416. /**
  417. * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.indate
  418. * @param indate the value for mould_history.indate
  419. * @mbg.generated Thu Aug 01 15:49:20 CST 2019
  420. */
  421. public void setIndate(Date indate) {
  422. this.indate = indate;
  423. }
  424. }