|
@@ -1,149 +1,155 @@
|
|
package com.js.kbt.model;
|
|
package com.js.kbt.model;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
|
|
+import java.util.Date;
|
|
|
|
|
|
public class TbMould {
|
|
public class TbMould {
|
|
|
|
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer id;
|
|
private Integer id;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.model_no
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.model_no
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String modelNo;
|
|
private String modelNo;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.model_name
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.model_name
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String modelName;
|
|
private String modelName;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.water_gap
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.water_gap
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private BigDecimal waterGap;
|
|
private BigDecimal waterGap;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.tonnage
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.tonnage
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private BigDecimal tonnage;
|
|
private BigDecimal tonnage;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.oc_cycle
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.oc_cycle
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private BigDecimal ocCycle;
|
|
private BigDecimal ocCycle;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.daily_output
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.daily_output
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private BigDecimal dailyOutput;
|
|
private BigDecimal dailyOutput;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.company_id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.company_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer companyId;
|
|
private Integer companyId;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.current_version_id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.current_version_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer currentVersionId;
|
|
private Integer currentVersionId;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.state
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.state
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String state;
|
|
private String state;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.is_delete
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.is_delete
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer isDelete;
|
|
private Integer isDelete;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.creator_id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.creator_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer creatorId;
|
|
private Integer creatorId;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.project_id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.project_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer projectId;
|
|
private Integer projectId;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.rfid
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.rfid
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String rfid;
|
|
private String rfid;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.setting_life
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.setting_life
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer settingLife;
|
|
private Integer settingLife;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.area
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.area
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String area;
|
|
private String area;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.produce_company_name
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.produce_company_name
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String produceCompanyName;
|
|
private String produceCompanyName;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.initial_modulus
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.initial_modulus
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer initialModulus;
|
|
private Integer initialModulus;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.equipment_id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.equipment_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer equipmentId;
|
|
private Integer equipmentId;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.belong_project_grade
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.belong_project_grade
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String belongProjectGrade;
|
|
private String belongProjectGrade;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.produce_company_id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.produce_company_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer produceCompanyId;
|
|
private Integer produceCompanyId;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.run_times
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.run_times
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer runTimes;
|
|
private Integer runTimes;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.is_maintain
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.is_maintain
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer isMaintain;
|
|
private Integer isMaintain;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.maintain_count
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.maintain_count
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String maintainCount;
|
|
private String maintainCount;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.holes
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.holes
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private String holes;
|
|
private String holes;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.pre_update_id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.pre_update_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer preUpdateId;
|
|
private Integer preUpdateId;
|
|
/**
|
|
/**
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.history_run_times
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.history_run_times
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
private Integer historyRunTimes;
|
|
private Integer historyRunTimes;
|
|
|
|
+ /**
|
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column tb_mould.last_rec_time
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
|
|
+ */
|
|
|
|
+ private Date lastRecTime;
|
|
|
|
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.id
|
|
* @return the value of tb_mould.id
|
|
* @return the value of tb_mould.id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getId() {
|
|
public Integer getId() {
|
|
return id;
|
|
return id;
|
|
@@ -152,7 +158,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.id
|
|
* @param id the value for tb_mould.id
|
|
* @param id the value for tb_mould.id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setId(Integer id) {
|
|
public void setId(Integer id) {
|
|
this.id = id;
|
|
this.id = id;
|
|
@@ -161,7 +167,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.model_no
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.model_no
|
|
* @return the value of tb_mould.model_no
|
|
* @return the value of tb_mould.model_no
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getModelNo() {
|
|
public String getModelNo() {
|
|
return modelNo;
|
|
return modelNo;
|
|
@@ -170,7 +176,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.model_no
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.model_no
|
|
* @param modelNo the value for tb_mould.model_no
|
|
* @param modelNo the value for tb_mould.model_no
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setModelNo(String modelNo) {
|
|
public void setModelNo(String modelNo) {
|
|
this.modelNo = modelNo;
|
|
this.modelNo = modelNo;
|
|
@@ -179,7 +185,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.model_name
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.model_name
|
|
* @return the value of tb_mould.model_name
|
|
* @return the value of tb_mould.model_name
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getModelName() {
|
|
public String getModelName() {
|
|
return modelName;
|
|
return modelName;
|
|
@@ -188,7 +194,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.model_name
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.model_name
|
|
* @param modelName the value for tb_mould.model_name
|
|
* @param modelName the value for tb_mould.model_name
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setModelName(String modelName) {
|
|
public void setModelName(String modelName) {
|
|
this.modelName = modelName;
|
|
this.modelName = modelName;
|
|
@@ -197,7 +203,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.water_gap
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.water_gap
|
|
* @return the value of tb_mould.water_gap
|
|
* @return the value of tb_mould.water_gap
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public BigDecimal getWaterGap() {
|
|
public BigDecimal getWaterGap() {
|
|
return waterGap;
|
|
return waterGap;
|
|
@@ -206,7 +212,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.water_gap
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.water_gap
|
|
* @param waterGap the value for tb_mould.water_gap
|
|
* @param waterGap the value for tb_mould.water_gap
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setWaterGap(BigDecimal waterGap) {
|
|
public void setWaterGap(BigDecimal waterGap) {
|
|
this.waterGap = waterGap;
|
|
this.waterGap = waterGap;
|
|
@@ -215,7 +221,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.tonnage
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.tonnage
|
|
* @return the value of tb_mould.tonnage
|
|
* @return the value of tb_mould.tonnage
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public BigDecimal getTonnage() {
|
|
public BigDecimal getTonnage() {
|
|
return tonnage;
|
|
return tonnage;
|
|
@@ -224,7 +230,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.tonnage
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.tonnage
|
|
* @param tonnage the value for tb_mould.tonnage
|
|
* @param tonnage the value for tb_mould.tonnage
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setTonnage(BigDecimal tonnage) {
|
|
public void setTonnage(BigDecimal tonnage) {
|
|
this.tonnage = tonnage;
|
|
this.tonnage = tonnage;
|
|
@@ -233,7 +239,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.oc_cycle
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.oc_cycle
|
|
* @return the value of tb_mould.oc_cycle
|
|
* @return the value of tb_mould.oc_cycle
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public BigDecimal getOcCycle() {
|
|
public BigDecimal getOcCycle() {
|
|
return ocCycle;
|
|
return ocCycle;
|
|
@@ -242,7 +248,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.oc_cycle
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.oc_cycle
|
|
* @param ocCycle the value for tb_mould.oc_cycle
|
|
* @param ocCycle the value for tb_mould.oc_cycle
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setOcCycle(BigDecimal ocCycle) {
|
|
public void setOcCycle(BigDecimal ocCycle) {
|
|
this.ocCycle = ocCycle;
|
|
this.ocCycle = ocCycle;
|
|
@@ -251,7 +257,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.daily_output
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.daily_output
|
|
* @return the value of tb_mould.daily_output
|
|
* @return the value of tb_mould.daily_output
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public BigDecimal getDailyOutput() {
|
|
public BigDecimal getDailyOutput() {
|
|
return dailyOutput;
|
|
return dailyOutput;
|
|
@@ -260,7 +266,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.daily_output
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.daily_output
|
|
* @param dailyOutput the value for tb_mould.daily_output
|
|
* @param dailyOutput the value for tb_mould.daily_output
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setDailyOutput(BigDecimal dailyOutput) {
|
|
public void setDailyOutput(BigDecimal dailyOutput) {
|
|
this.dailyOutput = dailyOutput;
|
|
this.dailyOutput = dailyOutput;
|
|
@@ -269,7 +275,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.company_id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.company_id
|
|
* @return the value of tb_mould.company_id
|
|
* @return the value of tb_mould.company_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getCompanyId() {
|
|
public Integer getCompanyId() {
|
|
return companyId;
|
|
return companyId;
|
|
@@ -278,7 +284,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.company_id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.company_id
|
|
* @param companyId the value for tb_mould.company_id
|
|
* @param companyId the value for tb_mould.company_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setCompanyId(Integer companyId) {
|
|
public void setCompanyId(Integer companyId) {
|
|
this.companyId = companyId;
|
|
this.companyId = companyId;
|
|
@@ -287,7 +293,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.current_version_id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.current_version_id
|
|
* @return the value of tb_mould.current_version_id
|
|
* @return the value of tb_mould.current_version_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getCurrentVersionId() {
|
|
public Integer getCurrentVersionId() {
|
|
return currentVersionId;
|
|
return currentVersionId;
|
|
@@ -296,7 +302,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.current_version_id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.current_version_id
|
|
* @param currentVersionId the value for tb_mould.current_version_id
|
|
* @param currentVersionId the value for tb_mould.current_version_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setCurrentVersionId(Integer currentVersionId) {
|
|
public void setCurrentVersionId(Integer currentVersionId) {
|
|
this.currentVersionId = currentVersionId;
|
|
this.currentVersionId = currentVersionId;
|
|
@@ -305,7 +311,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.state
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.state
|
|
* @return the value of tb_mould.state
|
|
* @return the value of tb_mould.state
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getState() {
|
|
public String getState() {
|
|
return state;
|
|
return state;
|
|
@@ -314,7 +320,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.state
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.state
|
|
* @param state the value for tb_mould.state
|
|
* @param state the value for tb_mould.state
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setState(String state) {
|
|
public void setState(String state) {
|
|
this.state = state;
|
|
this.state = state;
|
|
@@ -323,7 +329,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.is_delete
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.is_delete
|
|
* @return the value of tb_mould.is_delete
|
|
* @return the value of tb_mould.is_delete
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getIsDelete() {
|
|
public Integer getIsDelete() {
|
|
return isDelete;
|
|
return isDelete;
|
|
@@ -332,7 +338,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.is_delete
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.is_delete
|
|
* @param isDelete the value for tb_mould.is_delete
|
|
* @param isDelete the value for tb_mould.is_delete
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setIsDelete(Integer isDelete) {
|
|
public void setIsDelete(Integer isDelete) {
|
|
this.isDelete = isDelete;
|
|
this.isDelete = isDelete;
|
|
@@ -341,7 +347,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.creator_id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.creator_id
|
|
* @return the value of tb_mould.creator_id
|
|
* @return the value of tb_mould.creator_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getCreatorId() {
|
|
public Integer getCreatorId() {
|
|
return creatorId;
|
|
return creatorId;
|
|
@@ -350,7 +356,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.creator_id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.creator_id
|
|
* @param creatorId the value for tb_mould.creator_id
|
|
* @param creatorId the value for tb_mould.creator_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setCreatorId(Integer creatorId) {
|
|
public void setCreatorId(Integer creatorId) {
|
|
this.creatorId = creatorId;
|
|
this.creatorId = creatorId;
|
|
@@ -359,7 +365,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.project_id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.project_id
|
|
* @return the value of tb_mould.project_id
|
|
* @return the value of tb_mould.project_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getProjectId() {
|
|
public Integer getProjectId() {
|
|
return projectId;
|
|
return projectId;
|
|
@@ -368,7 +374,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.project_id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.project_id
|
|
* @param projectId the value for tb_mould.project_id
|
|
* @param projectId the value for tb_mould.project_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setProjectId(Integer projectId) {
|
|
public void setProjectId(Integer projectId) {
|
|
this.projectId = projectId;
|
|
this.projectId = projectId;
|
|
@@ -377,7 +383,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.rfid
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.rfid
|
|
* @return the value of tb_mould.rfid
|
|
* @return the value of tb_mould.rfid
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getRfid() {
|
|
public String getRfid() {
|
|
return rfid;
|
|
return rfid;
|
|
@@ -386,7 +392,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.rfid
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.rfid
|
|
* @param rfid the value for tb_mould.rfid
|
|
* @param rfid the value for tb_mould.rfid
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setRfid(String rfid) {
|
|
public void setRfid(String rfid) {
|
|
this.rfid = rfid;
|
|
this.rfid = rfid;
|
|
@@ -395,7 +401,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.setting_life
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.setting_life
|
|
* @return the value of tb_mould.setting_life
|
|
* @return the value of tb_mould.setting_life
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getSettingLife() {
|
|
public Integer getSettingLife() {
|
|
return settingLife;
|
|
return settingLife;
|
|
@@ -404,7 +410,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.setting_life
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.setting_life
|
|
* @param settingLife the value for tb_mould.setting_life
|
|
* @param settingLife the value for tb_mould.setting_life
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setSettingLife(Integer settingLife) {
|
|
public void setSettingLife(Integer settingLife) {
|
|
this.settingLife = settingLife;
|
|
this.settingLife = settingLife;
|
|
@@ -413,7 +419,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.area
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.area
|
|
* @return the value of tb_mould.area
|
|
* @return the value of tb_mould.area
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getArea() {
|
|
public String getArea() {
|
|
return area;
|
|
return area;
|
|
@@ -422,7 +428,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.area
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.area
|
|
* @param area the value for tb_mould.area
|
|
* @param area the value for tb_mould.area
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setArea(String area) {
|
|
public void setArea(String area) {
|
|
this.area = area;
|
|
this.area = area;
|
|
@@ -431,7 +437,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.produce_company_name
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.produce_company_name
|
|
* @return the value of tb_mould.produce_company_name
|
|
* @return the value of tb_mould.produce_company_name
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getProduceCompanyName() {
|
|
public String getProduceCompanyName() {
|
|
return produceCompanyName;
|
|
return produceCompanyName;
|
|
@@ -440,7 +446,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.produce_company_name
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.produce_company_name
|
|
* @param produceCompanyName the value for tb_mould.produce_company_name
|
|
* @param produceCompanyName the value for tb_mould.produce_company_name
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setProduceCompanyName(String produceCompanyName) {
|
|
public void setProduceCompanyName(String produceCompanyName) {
|
|
this.produceCompanyName = produceCompanyName;
|
|
this.produceCompanyName = produceCompanyName;
|
|
@@ -449,7 +455,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.initial_modulus
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.initial_modulus
|
|
* @return the value of tb_mould.initial_modulus
|
|
* @return the value of tb_mould.initial_modulus
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getInitialModulus() {
|
|
public Integer getInitialModulus() {
|
|
return initialModulus;
|
|
return initialModulus;
|
|
@@ -458,7 +464,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.initial_modulus
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.initial_modulus
|
|
* @param initialModulus the value for tb_mould.initial_modulus
|
|
* @param initialModulus the value for tb_mould.initial_modulus
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setInitialModulus(Integer initialModulus) {
|
|
public void setInitialModulus(Integer initialModulus) {
|
|
this.initialModulus = initialModulus;
|
|
this.initialModulus = initialModulus;
|
|
@@ -467,7 +473,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.equipment_id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.equipment_id
|
|
* @return the value of tb_mould.equipment_id
|
|
* @return the value of tb_mould.equipment_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getEquipmentId() {
|
|
public Integer getEquipmentId() {
|
|
return equipmentId;
|
|
return equipmentId;
|
|
@@ -476,7 +482,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.equipment_id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.equipment_id
|
|
* @param equipmentId the value for tb_mould.equipment_id
|
|
* @param equipmentId the value for tb_mould.equipment_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setEquipmentId(Integer equipmentId) {
|
|
public void setEquipmentId(Integer equipmentId) {
|
|
this.equipmentId = equipmentId;
|
|
this.equipmentId = equipmentId;
|
|
@@ -485,7 +491,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.belong_project_grade
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.belong_project_grade
|
|
* @return the value of tb_mould.belong_project_grade
|
|
* @return the value of tb_mould.belong_project_grade
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getBelongProjectGrade() {
|
|
public String getBelongProjectGrade() {
|
|
return belongProjectGrade;
|
|
return belongProjectGrade;
|
|
@@ -494,7 +500,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.belong_project_grade
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.belong_project_grade
|
|
* @param belongProjectGrade the value for tb_mould.belong_project_grade
|
|
* @param belongProjectGrade the value for tb_mould.belong_project_grade
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setBelongProjectGrade(String belongProjectGrade) {
|
|
public void setBelongProjectGrade(String belongProjectGrade) {
|
|
this.belongProjectGrade = belongProjectGrade;
|
|
this.belongProjectGrade = belongProjectGrade;
|
|
@@ -503,7 +509,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.produce_company_id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.produce_company_id
|
|
* @return the value of tb_mould.produce_company_id
|
|
* @return the value of tb_mould.produce_company_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getProduceCompanyId() {
|
|
public Integer getProduceCompanyId() {
|
|
return produceCompanyId;
|
|
return produceCompanyId;
|
|
@@ -512,7 +518,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.produce_company_id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.produce_company_id
|
|
* @param produceCompanyId the value for tb_mould.produce_company_id
|
|
* @param produceCompanyId the value for tb_mould.produce_company_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setProduceCompanyId(Integer produceCompanyId) {
|
|
public void setProduceCompanyId(Integer produceCompanyId) {
|
|
this.produceCompanyId = produceCompanyId;
|
|
this.produceCompanyId = produceCompanyId;
|
|
@@ -521,7 +527,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.run_times
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.run_times
|
|
* @return the value of tb_mould.run_times
|
|
* @return the value of tb_mould.run_times
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getRunTimes() {
|
|
public Integer getRunTimes() {
|
|
return runTimes;
|
|
return runTimes;
|
|
@@ -530,7 +536,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.run_times
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.run_times
|
|
* @param runTimes the value for tb_mould.run_times
|
|
* @param runTimes the value for tb_mould.run_times
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setRunTimes(Integer runTimes) {
|
|
public void setRunTimes(Integer runTimes) {
|
|
this.runTimes = runTimes;
|
|
this.runTimes = runTimes;
|
|
@@ -539,7 +545,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.is_maintain
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.is_maintain
|
|
* @return the value of tb_mould.is_maintain
|
|
* @return the value of tb_mould.is_maintain
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getIsMaintain() {
|
|
public Integer getIsMaintain() {
|
|
return isMaintain;
|
|
return isMaintain;
|
|
@@ -548,7 +554,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.is_maintain
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.is_maintain
|
|
* @param isMaintain the value for tb_mould.is_maintain
|
|
* @param isMaintain the value for tb_mould.is_maintain
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setIsMaintain(Integer isMaintain) {
|
|
public void setIsMaintain(Integer isMaintain) {
|
|
this.isMaintain = isMaintain;
|
|
this.isMaintain = isMaintain;
|
|
@@ -557,7 +563,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.maintain_count
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.maintain_count
|
|
* @return the value of tb_mould.maintain_count
|
|
* @return the value of tb_mould.maintain_count
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getMaintainCount() {
|
|
public String getMaintainCount() {
|
|
return maintainCount;
|
|
return maintainCount;
|
|
@@ -566,7 +572,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.maintain_count
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.maintain_count
|
|
* @param maintainCount the value for tb_mould.maintain_count
|
|
* @param maintainCount the value for tb_mould.maintain_count
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setMaintainCount(String maintainCount) {
|
|
public void setMaintainCount(String maintainCount) {
|
|
this.maintainCount = maintainCount;
|
|
this.maintainCount = maintainCount;
|
|
@@ -575,7 +581,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.holes
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.holes
|
|
* @return the value of tb_mould.holes
|
|
* @return the value of tb_mould.holes
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public String getHoles() {
|
|
public String getHoles() {
|
|
return holes;
|
|
return holes;
|
|
@@ -584,7 +590,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.holes
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.holes
|
|
* @param holes the value for tb_mould.holes
|
|
* @param holes the value for tb_mould.holes
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setHoles(String holes) {
|
|
public void setHoles(String holes) {
|
|
this.holes = holes;
|
|
this.holes = holes;
|
|
@@ -593,7 +599,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.pre_update_id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.pre_update_id
|
|
* @return the value of tb_mould.pre_update_id
|
|
* @return the value of tb_mould.pre_update_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getPreUpdateId() {
|
|
public Integer getPreUpdateId() {
|
|
return preUpdateId;
|
|
return preUpdateId;
|
|
@@ -602,7 +608,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.pre_update_id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.pre_update_id
|
|
* @param preUpdateId the value for tb_mould.pre_update_id
|
|
* @param preUpdateId the value for tb_mould.pre_update_id
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setPreUpdateId(Integer preUpdateId) {
|
|
public void setPreUpdateId(Integer preUpdateId) {
|
|
this.preUpdateId = preUpdateId;
|
|
this.preUpdateId = preUpdateId;
|
|
@@ -611,7 +617,7 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.history_run_times
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.history_run_times
|
|
* @return the value of tb_mould.history_run_times
|
|
* @return the value of tb_mould.history_run_times
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public Integer getHistoryRunTimes() {
|
|
public Integer getHistoryRunTimes() {
|
|
return historyRunTimes;
|
|
return historyRunTimes;
|
|
@@ -620,9 +626,27 @@ public class TbMould {
|
|
/**
|
|
/**
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.history_run_times
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.history_run_times
|
|
* @param historyRunTimes the value for tb_mould.history_run_times
|
|
* @param historyRunTimes the value for tb_mould.history_run_times
|
|
- * @mbg.generated Thu Oct 10 11:01:44 CST 2019
|
|
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
*/
|
|
*/
|
|
public void setHistoryRunTimes(Integer historyRunTimes) {
|
|
public void setHistoryRunTimes(Integer historyRunTimes) {
|
|
this.historyRunTimes = historyRunTimes;
|
|
this.historyRunTimes = historyRunTimes;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column tb_mould.last_rec_time
|
|
|
|
+ * @return the value of tb_mould.last_rec_time
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
|
|
+ */
|
|
|
|
+ public Date getLastRecTime() {
|
|
|
|
+ return lastRecTime;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column tb_mould.last_rec_time
|
|
|
|
+ * @param lastRecTime the value for tb_mould.last_rec_time
|
|
|
|
+ * @mbg.generated Mon Oct 28 20:22:26 CST 2019
|
|
|
|
+ */
|
|
|
|
+ public void setLastRecTime(Date lastRecTime) {
|
|
|
|
+ this.lastRecTime = lastRecTime;
|
|
|
|
+ }
|
|
}
|
|
}
|