123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467 |
- package com.js.kbt.model;
- import java.util.Date;
- public class MouldHistory {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.id
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Long id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.sim
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String sim;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.model_no
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String modelNo;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.version
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String version;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.status
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String status;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.lng
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String lng;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.lat
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String lat;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.gprs_lac
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String gprsLac;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.gprs_ic
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String gprsIc;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.wifi_bbsid
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String wifiBbsid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.temperature
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Integer temperature;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.battery
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Integer battery;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.sig_2g
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Integer sig2g;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.sig_nb
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Integer sigNb;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.sig_wifi
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Integer sigWifi;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.ext0
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String ext0;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.alarm
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Integer alarm;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.run_cnt
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Integer runCnt;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.crc_code
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private String crcCode;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column mould_history.indate
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- private Date indate;
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.id
- * @return the value of mould_history.id
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Long getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.id
- * @param id the value for mould_history.id
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setId(Long id) {
- this.id = id;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.sim
- * @return the value of mould_history.sim
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getSim() {
- return sim;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.sim
- * @param sim the value for mould_history.sim
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setSim(String sim) {
- this.sim = sim;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.model_no
- * @return the value of mould_history.model_no
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getModelNo() {
- return modelNo;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.model_no
- * @param modelNo the value for mould_history.model_no
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setModelNo(String modelNo) {
- this.modelNo = modelNo;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.version
- * @return the value of mould_history.version
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getVersion() {
- return version;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.version
- * @param version the value for mould_history.version
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setVersion(String version) {
- this.version = version;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.status
- * @return the value of mould_history.status
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getStatus() {
- return status;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.status
- * @param status the value for mould_history.status
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setStatus(String status) {
- this.status = status;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.lng
- * @return the value of mould_history.lng
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getLng() {
- return lng;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.lng
- * @param lng the value for mould_history.lng
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setLng(String lng) {
- this.lng = lng;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.lat
- * @return the value of mould_history.lat
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getLat() {
- return lat;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.lat
- * @param lat the value for mould_history.lat
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setLat(String lat) {
- this.lat = lat;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.gprs_lac
- * @return the value of mould_history.gprs_lac
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getGprsLac() {
- return gprsLac;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.gprs_lac
- * @param gprsLac the value for mould_history.gprs_lac
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setGprsLac(String gprsLac) {
- this.gprsLac = gprsLac;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.gprs_ic
- * @return the value of mould_history.gprs_ic
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getGprsIc() {
- return gprsIc;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.gprs_ic
- * @param gprsIc the value for mould_history.gprs_ic
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setGprsIc(String gprsIc) {
- this.gprsIc = gprsIc;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.wifi_bbsid
- * @return the value of mould_history.wifi_bbsid
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getWifiBbsid() {
- return wifiBbsid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.wifi_bbsid
- * @param wifiBbsid the value for mould_history.wifi_bbsid
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setWifiBbsid(String wifiBbsid) {
- this.wifiBbsid = wifiBbsid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.temperature
- * @return the value of mould_history.temperature
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Integer getTemperature() {
- return temperature;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.temperature
- * @param temperature the value for mould_history.temperature
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setTemperature(Integer temperature) {
- this.temperature = temperature;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.battery
- * @return the value of mould_history.battery
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Integer getBattery() {
- return battery;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.battery
- * @param battery the value for mould_history.battery
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setBattery(Integer battery) {
- this.battery = battery;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.sig_2g
- * @return the value of mould_history.sig_2g
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Integer getSig2g() {
- return sig2g;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.sig_2g
- * @param sig2g the value for mould_history.sig_2g
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setSig2g(Integer sig2g) {
- this.sig2g = sig2g;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.sig_nb
- * @return the value of mould_history.sig_nb
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Integer getSigNb() {
- return sigNb;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.sig_nb
- * @param sigNb the value for mould_history.sig_nb
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setSigNb(Integer sigNb) {
- this.sigNb = sigNb;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.sig_wifi
- * @return the value of mould_history.sig_wifi
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Integer getSigWifi() {
- return sigWifi;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.sig_wifi
- * @param sigWifi the value for mould_history.sig_wifi
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setSigWifi(Integer sigWifi) {
- this.sigWifi = sigWifi;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.ext0
- * @return the value of mould_history.ext0
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getExt0() {
- return ext0;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.ext0
- * @param ext0 the value for mould_history.ext0
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setExt0(String ext0) {
- this.ext0 = ext0;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.alarm
- * @return the value of mould_history.alarm
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Integer getAlarm() {
- return alarm;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.alarm
- * @param alarm the value for mould_history.alarm
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setAlarm(Integer alarm) {
- this.alarm = alarm;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.run_cnt
- * @return the value of mould_history.run_cnt
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Integer getRunCnt() {
- return runCnt;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.run_cnt
- * @param runCnt the value for mould_history.run_cnt
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setRunCnt(Integer runCnt) {
- this.runCnt = runCnt;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.crc_code
- * @return the value of mould_history.crc_code
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public String getCrcCode() {
- return crcCode;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.crc_code
- * @param crcCode the value for mould_history.crc_code
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setCrcCode(String crcCode) {
- this.crcCode = crcCode;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column mould_history.indate
- * @return the value of mould_history.indate
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public Date getIndate() {
- return indate;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column mould_history.indate
- * @param indate the value for mould_history.indate
- * @mbg.generated Thu Aug 01 15:49:20 CST 2019
- */
- public void setIndate(Date indate) {
- this.indate = indate;
- }
- }
|