|
|
@@ -8,149 +8,154 @@ public class PatentNew implements Serializable {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.id
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* Database Column Remarks: 专利编号 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.patent_no
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String patentNo;
|
|
|
/**
|
|
|
* Database Column Remarks: 名称 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.name
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String name;
|
|
|
/**
|
|
|
- * Database Column Remarks: 类型 0发明专利 1使用新型 2外观设计 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.type
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * Database Column Remarks: 专利名称 0实用新型 1发明专利 2外观专利 3 其他 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.type
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer type;
|
|
|
/**
|
|
|
* Database Column Remarks: 状态 0 未提醒 1 剩余90天 2剩余30天 3剩余20天 4剩余10天 5剩余3天 6剩余2天 7剩余1天 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.status
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer status;
|
|
|
/**
|
|
|
* Database Column Remarks: 申请时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.apply_date
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Date applyDate;
|
|
|
/**
|
|
|
* Database Column Remarks: 授权时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.authorization_date
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Date authorizationDate;
|
|
|
/**
|
|
|
* Database Column Remarks: 金额 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.patent_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private BigDecimal patentAmount;
|
|
|
/**
|
|
|
* Database Column Remarks: 申请人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.applicant
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String applicant;
|
|
|
/**
|
|
|
* Database Column Remarks: 所在地-省份 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.province
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer province;
|
|
|
/**
|
|
|
* Database Column Remarks: 联系方式 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.contact_mobile
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String contactMobile;
|
|
|
/**
|
|
|
* Database Column Remarks: 邮箱 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.email
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String email;
|
|
|
/**
|
|
|
* Database Column Remarks: 证件URL This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.certificate_url
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String certificateUrl;
|
|
|
/**
|
|
|
* Database Column Remarks: 创建时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.create_time
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* Database Column Remarks: 更新时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.update_time
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Date updateTime;
|
|
|
/**
|
|
|
* Database Column Remarks: 操作人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.aid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* Database Column Remarks: 年份 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.years
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer years;
|
|
|
/**
|
|
|
* Database Column Remarks: 客户编号 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.uid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String uid;
|
|
|
/**
|
|
|
* Database Column Remarks: 权利人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.holders
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String holders;
|
|
|
/**
|
|
|
* Database Column Remarks: 发明人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.inventor
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String inventor;
|
|
|
/**
|
|
|
* Database Column Remarks: 年费状态 0无信息 1代缴费 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.annual_fee_status
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer annualFeeStatus;
|
|
|
/**
|
|
|
* Database Column Remarks: 营销员是否提醒 0未通知 1已通知 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.salesman_remind
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer salesmanRemind;
|
|
|
/**
|
|
|
* Database Column Remarks: 项目编号 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.tid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer tid;
|
|
|
/**
|
|
|
* Database Column Remarks: 是否为新专利 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.new_type
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private Integer newType;
|
|
|
/**
|
|
|
* Database Column Remarks: 滞纳金 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.delaying_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private BigDecimal delayingAmount;
|
|
|
/**
|
|
|
* Database Column Remarks: 恢复金 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.recovery_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private BigDecimal recoveryAmount;
|
|
|
/**
|
|
|
* Database Column Remarks: 录入人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.input_id
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private String inputId;
|
|
|
/**
|
|
|
+ * Database Column Remarks: 结束时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.end_date
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
+ */
|
|
|
+ private Date endDate;
|
|
|
+ /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table patent_new
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.id
|
|
|
* @return the value of patent_new.id
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -159,7 +164,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.id
|
|
|
* @param id the value for patent_new.id
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -168,7 +173,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.patent_no
|
|
|
* @return the value of patent_new.patent_no
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getPatentNo() {
|
|
|
return patentNo;
|
|
|
@@ -177,7 +182,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.patent_no
|
|
|
* @param patentNo the value for patent_new.patent_no
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setPatentNo(String patentNo) {
|
|
|
this.patentNo = patentNo == null ? null : patentNo.trim();
|
|
|
@@ -186,7 +191,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.name
|
|
|
* @return the value of patent_new.name
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getName() {
|
|
|
return name;
|
|
|
@@ -195,7 +200,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.name
|
|
|
* @param name the value for patent_new.name
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setName(String name) {
|
|
|
this.name = name == null ? null : name.trim();
|
|
|
@@ -204,7 +209,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.type
|
|
|
* @return the value of patent_new.type
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getType() {
|
|
|
return type;
|
|
|
@@ -213,7 +218,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.type
|
|
|
* @param type the value for patent_new.type
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setType(Integer type) {
|
|
|
this.type = type;
|
|
|
@@ -222,7 +227,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.status
|
|
|
* @return the value of patent_new.status
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -231,7 +236,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.status
|
|
|
* @param status the value for patent_new.status
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -240,7 +245,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.apply_date
|
|
|
* @return the value of patent_new.apply_date
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Date getApplyDate() {
|
|
|
return applyDate;
|
|
|
@@ -249,7 +254,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.apply_date
|
|
|
* @param applyDate the value for patent_new.apply_date
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setApplyDate(Date applyDate) {
|
|
|
this.applyDate = applyDate;
|
|
|
@@ -258,7 +263,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.authorization_date
|
|
|
* @return the value of patent_new.authorization_date
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Date getAuthorizationDate() {
|
|
|
return authorizationDate;
|
|
|
@@ -267,7 +272,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.authorization_date
|
|
|
* @param authorizationDate the value for patent_new.authorization_date
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setAuthorizationDate(Date authorizationDate) {
|
|
|
this.authorizationDate = authorizationDate;
|
|
|
@@ -276,7 +281,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.patent_amount
|
|
|
* @return the value of patent_new.patent_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public BigDecimal getPatentAmount() {
|
|
|
return patentAmount;
|
|
|
@@ -285,7 +290,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.patent_amount
|
|
|
* @param patentAmount the value for patent_new.patent_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setPatentAmount(BigDecimal patentAmount) {
|
|
|
this.patentAmount = patentAmount;
|
|
|
@@ -294,7 +299,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.applicant
|
|
|
* @return the value of patent_new.applicant
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getApplicant() {
|
|
|
return applicant;
|
|
|
@@ -303,7 +308,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.applicant
|
|
|
* @param applicant the value for patent_new.applicant
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setApplicant(String applicant) {
|
|
|
this.applicant = applicant == null ? null : applicant.trim();
|
|
|
@@ -312,7 +317,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.province
|
|
|
* @return the value of patent_new.province
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getProvince() {
|
|
|
return province;
|
|
|
@@ -321,7 +326,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.province
|
|
|
* @param province the value for patent_new.province
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setProvince(Integer province) {
|
|
|
this.province = province;
|
|
|
@@ -330,7 +335,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.contact_mobile
|
|
|
* @return the value of patent_new.contact_mobile
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getContactMobile() {
|
|
|
return contactMobile;
|
|
|
@@ -339,7 +344,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.contact_mobile
|
|
|
* @param contactMobile the value for patent_new.contact_mobile
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setContactMobile(String contactMobile) {
|
|
|
this.contactMobile = contactMobile == null ? null : contactMobile.trim();
|
|
|
@@ -348,7 +353,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.email
|
|
|
* @return the value of patent_new.email
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getEmail() {
|
|
|
return email;
|
|
|
@@ -357,7 +362,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.email
|
|
|
* @param email the value for patent_new.email
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setEmail(String email) {
|
|
|
this.email = email == null ? null : email.trim();
|
|
|
@@ -366,7 +371,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.certificate_url
|
|
|
* @return the value of patent_new.certificate_url
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getCertificateUrl() {
|
|
|
return certificateUrl;
|
|
|
@@ -375,7 +380,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.certificate_url
|
|
|
* @param certificateUrl the value for patent_new.certificate_url
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setCertificateUrl(String certificateUrl) {
|
|
|
this.certificateUrl = certificateUrl == null ? null : certificateUrl.trim();
|
|
|
@@ -384,7 +389,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.create_time
|
|
|
* @return the value of patent_new.create_time
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -393,7 +398,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.create_time
|
|
|
* @param createTime the value for patent_new.create_time
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -402,7 +407,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.update_time
|
|
|
* @return the value of patent_new.update_time
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Date getUpdateTime() {
|
|
|
return updateTime;
|
|
|
@@ -411,7 +416,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.update_time
|
|
|
* @param updateTime the value for patent_new.update_time
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setUpdateTime(Date updateTime) {
|
|
|
this.updateTime = updateTime;
|
|
|
@@ -420,7 +425,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.aid
|
|
|
* @return the value of patent_new.aid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -429,7 +434,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.aid
|
|
|
* @param aid the value for patent_new.aid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid == null ? null : aid.trim();
|
|
|
@@ -438,7 +443,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.years
|
|
|
* @return the value of patent_new.years
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getYears() {
|
|
|
return years;
|
|
|
@@ -447,7 +452,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.years
|
|
|
* @param years the value for patent_new.years
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setYears(Integer years) {
|
|
|
this.years = years;
|
|
|
@@ -456,7 +461,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.uid
|
|
|
* @return the value of patent_new.uid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getUid() {
|
|
|
return uid;
|
|
|
@@ -465,7 +470,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.uid
|
|
|
* @param uid the value for patent_new.uid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setUid(String uid) {
|
|
|
this.uid = uid == null ? null : uid.trim();
|
|
|
@@ -474,7 +479,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.holders
|
|
|
* @return the value of patent_new.holders
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getHolders() {
|
|
|
return holders;
|
|
|
@@ -483,7 +488,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.holders
|
|
|
* @param holders the value for patent_new.holders
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setHolders(String holders) {
|
|
|
this.holders = holders == null ? null : holders.trim();
|
|
|
@@ -492,7 +497,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.inventor
|
|
|
* @return the value of patent_new.inventor
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getInventor() {
|
|
|
return inventor;
|
|
|
@@ -501,7 +506,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.inventor
|
|
|
* @param inventor the value for patent_new.inventor
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setInventor(String inventor) {
|
|
|
this.inventor = inventor == null ? null : inventor.trim();
|
|
|
@@ -510,7 +515,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.annual_fee_status
|
|
|
* @return the value of patent_new.annual_fee_status
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getAnnualFeeStatus() {
|
|
|
return annualFeeStatus;
|
|
|
@@ -519,7 +524,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.annual_fee_status
|
|
|
* @param annualFeeStatus the value for patent_new.annual_fee_status
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setAnnualFeeStatus(Integer annualFeeStatus) {
|
|
|
this.annualFeeStatus = annualFeeStatus;
|
|
|
@@ -528,7 +533,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.salesman_remind
|
|
|
* @return the value of patent_new.salesman_remind
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getSalesmanRemind() {
|
|
|
return salesmanRemind;
|
|
|
@@ -537,7 +542,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.salesman_remind
|
|
|
* @param salesmanRemind the value for patent_new.salesman_remind
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setSalesmanRemind(Integer salesmanRemind) {
|
|
|
this.salesmanRemind = salesmanRemind;
|
|
|
@@ -546,7 +551,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.tid
|
|
|
* @return the value of patent_new.tid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getTid() {
|
|
|
return tid;
|
|
|
@@ -555,7 +560,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.tid
|
|
|
* @param tid the value for patent_new.tid
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setTid(Integer tid) {
|
|
|
this.tid = tid;
|
|
|
@@ -564,7 +569,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.new_type
|
|
|
* @return the value of patent_new.new_type
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public Integer getNewType() {
|
|
|
return newType;
|
|
|
@@ -573,7 +578,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.new_type
|
|
|
* @param newType the value for patent_new.new_type
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setNewType(Integer newType) {
|
|
|
this.newType = newType;
|
|
|
@@ -582,7 +587,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.delaying_amount
|
|
|
* @return the value of patent_new.delaying_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public BigDecimal getDelayingAmount() {
|
|
|
return delayingAmount;
|
|
|
@@ -591,7 +596,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.delaying_amount
|
|
|
* @param delayingAmount the value for patent_new.delaying_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setDelayingAmount(BigDecimal delayingAmount) {
|
|
|
this.delayingAmount = delayingAmount;
|
|
|
@@ -600,7 +605,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.recovery_amount
|
|
|
* @return the value of patent_new.recovery_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public BigDecimal getRecoveryAmount() {
|
|
|
return recoveryAmount;
|
|
|
@@ -609,7 +614,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.recovery_amount
|
|
|
* @param recoveryAmount the value for patent_new.recovery_amount
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setRecoveryAmount(BigDecimal recoveryAmount) {
|
|
|
this.recoveryAmount = recoveryAmount;
|
|
|
@@ -618,7 +623,7 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.input_id
|
|
|
* @return the value of patent_new.input_id
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public String getInputId() {
|
|
|
return inputId;
|
|
|
@@ -627,15 +632,33 @@ public class PatentNew implements Serializable {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.input_id
|
|
|
* @param inputId the value for patent_new.input_id
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
public void setInputId(String inputId) {
|
|
|
this.inputId = inputId == null ? null : inputId.trim();
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.end_date
|
|
|
+ * @return the value of patent_new.end_date
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
+ */
|
|
|
+ public Date getEndDate() {
|
|
|
+ return endDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.end_date
|
|
|
+ * @param endDate the value for patent_new.end_date
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
+ */
|
|
|
+ public void setEndDate(Date endDate) {
|
|
|
+ this.endDate = endDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table patent_new
|
|
|
- * @mbg.generated Fri Aug 06 11:49:51 CST 2021
|
|
|
+ * @mbg.generated Mon Aug 09 14:41:21 CST 2021
|
|
|
*/
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
@@ -670,6 +693,7 @@ public class PatentNew implements Serializable {
|
|
|
sb.append(", delayingAmount=").append(delayingAmount);
|
|
|
sb.append(", recoveryAmount=").append(recoveryAmount);
|
|
|
sb.append(", inputId=").append(inputId);
|
|
|
+ sb.append(", endDate=").append(endDate);
|
|
|
sb.append(", serialVersionUID=").append(serialVersionUID);
|
|
|
sb.append("]");
|
|
|
return sb.toString();
|