| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608 |
- package com.goafanti.common.model;
- import java.math.BigDecimal;
- import java.util.Date;
- import java.io.Serializable;
- public class PatentNew implements Serializable {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.id
- * @mbg.generated Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 CST 2021
- */
- private Integer newType;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database table patent_new
- * @mbg.generated Thu Aug 05 11:46:54 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getId() {
- return id;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setId(Integer id) {
- this.id = id;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getPatentNo() {
- return patentNo;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setPatentNo(String patentNo) {
- this.patentNo = patentNo == null ? null : patentNo.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getName() {
- return name;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setName(String name) {
- this.name = name == null ? null : name.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getType() {
- return type;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setType(Integer type) {
- this.type = type;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getStatus() {
- return status;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setStatus(Integer status) {
- this.status = status;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Date getApplyDate() {
- return applyDate;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setApplyDate(Date applyDate) {
- this.applyDate = applyDate;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Date getAuthorizationDate() {
- return authorizationDate;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setAuthorizationDate(Date authorizationDate) {
- this.authorizationDate = authorizationDate;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public BigDecimal getPatentAmount() {
- return patentAmount;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setPatentAmount(BigDecimal patentAmount) {
- this.patentAmount = patentAmount;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getApplicant() {
- return applicant;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setApplicant(String applicant) {
- this.applicant = applicant == null ? null : applicant.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getProvince() {
- return province;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setProvince(Integer province) {
- this.province = province;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getContactMobile() {
- return contactMobile;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setContactMobile(String contactMobile) {
- this.contactMobile = contactMobile == null ? null : contactMobile.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getEmail() {
- return email;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setEmail(String email) {
- this.email = email == null ? null : email.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getCertificateUrl() {
- return certificateUrl;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setCertificateUrl(String certificateUrl) {
- this.certificateUrl = certificateUrl == null ? null : certificateUrl.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Date getCreateTime() {
- return createTime;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Date getUpdateTime() {
- return updateTime;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setUpdateTime(Date updateTime) {
- this.updateTime = updateTime;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getAid() {
- return aid;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setAid(String aid) {
- this.aid = aid == null ? null : aid.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getYears() {
- return years;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setYears(Integer years) {
- this.years = years;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getUid() {
- return uid;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setUid(String uid) {
- this.uid = uid == null ? null : uid.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getHolders() {
- return holders;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setHolders(String holders) {
- this.holders = holders == null ? null : holders.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public String getInventor() {
- return inventor;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setInventor(String inventor) {
- this.inventor = inventor == null ? null : inventor.trim();
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getAnnualFeeStatus() {
- return annualFeeStatus;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setAnnualFeeStatus(Integer annualFeeStatus) {
- this.annualFeeStatus = annualFeeStatus;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getSalesmanRemind() {
- return salesmanRemind;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setSalesmanRemind(Integer salesmanRemind) {
- this.salesmanRemind = salesmanRemind;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getTid() {
- return tid;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setTid(Integer tid) {
- this.tid = tid;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public Integer getNewType() {
- return newType;
- }
- /**
- * 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 Thu Aug 05 11:46:54 CST 2021
- */
- public void setNewType(Integer newType) {
- this.newType = newType;
- }
- /**
- * This method was generated by MyBatis Generator. This method corresponds to the database table patent_new
- * @mbg.generated Thu Aug 05 11:46:54 CST 2021
- */
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(getClass().getSimpleName());
- sb.append(" [");
- sb.append("Hash = ").append(hashCode());
- sb.append(", id=").append(id);
- sb.append(", patentNo=").append(patentNo);
- sb.append(", name=").append(name);
- sb.append(", type=").append(type);
- sb.append(", status=").append(status);
- sb.append(", applyDate=").append(applyDate);
- sb.append(", authorizationDate=").append(authorizationDate);
- sb.append(", patentAmount=").append(patentAmount);
- sb.append(", applicant=").append(applicant);
- sb.append(", province=").append(province);
- sb.append(", contactMobile=").append(contactMobile);
- sb.append(", email=").append(email);
- sb.append(", certificateUrl=").append(certificateUrl);
- sb.append(", createTime=").append(createTime);
- sb.append(", updateTime=").append(updateTime);
- sb.append(", aid=").append(aid);
- sb.append(", years=").append(years);
- sb.append(", uid=").append(uid);
- sb.append(", holders=").append(holders);
- sb.append(", inventor=").append(inventor);
- sb.append(", annualFeeStatus=").append(annualFeeStatus);
- sb.append(", salesmanRemind=").append(salesmanRemind);
- sb.append(", tid=").append(tid);
- sb.append(", newType=").append(newType);
- sb.append(", serialVersionUID=").append(serialVersionUID);
- sb.append("]");
- return sb.toString();
- }
-
- }
|