PatentNew.java 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. package com.goafanti.common.model;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. import java.io.Serializable;
  5. public class PatentNew implements Serializable {
  6. /**
  7. * This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.id
  8. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  9. */
  10. private Integer id;
  11. /**
  12. * Database Column Remarks: 专利编号 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.patent_no
  13. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  14. */
  15. private String patentNo;
  16. /**
  17. * Database Column Remarks: 名称 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.name
  18. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  19. */
  20. private String name;
  21. /**
  22. * Database Column Remarks: 类型 0发明专利 1使用新型 2外观设计 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.type
  23. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  24. */
  25. private Integer type;
  26. /**
  27. * 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
  28. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  29. */
  30. private Integer status;
  31. /**
  32. * Database Column Remarks: 申请时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.apply_date
  33. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  34. */
  35. private Date applyDate;
  36. /**
  37. * Database Column Remarks: 授权时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.authorization_date
  38. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  39. */
  40. private Date authorizationDate;
  41. /**
  42. * Database Column Remarks: 金额 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.patent_amount
  43. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  44. */
  45. private BigDecimal patentAmount;
  46. /**
  47. * Database Column Remarks: 申请人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.applicant
  48. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  49. */
  50. private String applicant;
  51. /**
  52. * Database Column Remarks: 所在地-省份 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.province
  53. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  54. */
  55. private Integer province;
  56. /**
  57. * Database Column Remarks: 联系方式 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.contact_mobile
  58. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  59. */
  60. private String contactMobile;
  61. /**
  62. * Database Column Remarks: 邮箱 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.email
  63. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  64. */
  65. private String email;
  66. /**
  67. * Database Column Remarks: 证件URL This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.certificate_url
  68. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  69. */
  70. private String certificateUrl;
  71. /**
  72. * Database Column Remarks: 创建时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.create_time
  73. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  74. */
  75. private Date createTime;
  76. /**
  77. * Database Column Remarks: 更新时间 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.update_time
  78. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  79. */
  80. private Date updateTime;
  81. /**
  82. * Database Column Remarks: 操作人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.aid
  83. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  84. */
  85. private String aid;
  86. /**
  87. * Database Column Remarks: 年份 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.years
  88. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  89. */
  90. private Integer years;
  91. /**
  92. * Database Column Remarks: 客户编号 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.uid
  93. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  94. */
  95. private String uid;
  96. /**
  97. * Database Column Remarks: 权利人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.holders
  98. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  99. */
  100. private String holders;
  101. /**
  102. * Database Column Remarks: 发明人 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.inventor
  103. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  104. */
  105. private String inventor;
  106. /**
  107. * Database Column Remarks: 年费状态 0无信息 1代缴费 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.annual_fee_status
  108. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  109. */
  110. private Integer annualFeeStatus;
  111. /**
  112. * Database Column Remarks: 营销员是否提醒 0未通知 1已通知 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.salesman_remind
  113. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  114. */
  115. private Integer salesmanRemind;
  116. /**
  117. * Database Column Remarks: 项目编号 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.tid
  118. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  119. */
  120. private Integer tid;
  121. /**
  122. * Database Column Remarks: 是否为新专利 This field was generated by MyBatis Generator. This field corresponds to the database column patent_new.new_type
  123. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  124. */
  125. private Integer newType;
  126. /**
  127. * This field was generated by MyBatis Generator. This field corresponds to the database table patent_new
  128. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  129. */
  130. private static final long serialVersionUID = 1L;
  131. /**
  132. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.id
  133. * @return the value of patent_new.id
  134. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  135. */
  136. public Integer getId() {
  137. return id;
  138. }
  139. /**
  140. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.id
  141. * @param id the value for patent_new.id
  142. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  143. */
  144. public void setId(Integer id) {
  145. this.id = id;
  146. }
  147. /**
  148. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.patent_no
  149. * @return the value of patent_new.patent_no
  150. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  151. */
  152. public String getPatentNo() {
  153. return patentNo;
  154. }
  155. /**
  156. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.patent_no
  157. * @param patentNo the value for patent_new.patent_no
  158. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  159. */
  160. public void setPatentNo(String patentNo) {
  161. this.patentNo = patentNo == null ? null : patentNo.trim();
  162. }
  163. /**
  164. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.name
  165. * @return the value of patent_new.name
  166. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  167. */
  168. public String getName() {
  169. return name;
  170. }
  171. /**
  172. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.name
  173. * @param name the value for patent_new.name
  174. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  175. */
  176. public void setName(String name) {
  177. this.name = name == null ? null : name.trim();
  178. }
  179. /**
  180. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.type
  181. * @return the value of patent_new.type
  182. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  183. */
  184. public Integer getType() {
  185. return type;
  186. }
  187. /**
  188. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.type
  189. * @param type the value for patent_new.type
  190. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  191. */
  192. public void setType(Integer type) {
  193. this.type = type;
  194. }
  195. /**
  196. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.status
  197. * @return the value of patent_new.status
  198. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  199. */
  200. public Integer getStatus() {
  201. return status;
  202. }
  203. /**
  204. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.status
  205. * @param status the value for patent_new.status
  206. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  207. */
  208. public void setStatus(Integer status) {
  209. this.status = status;
  210. }
  211. /**
  212. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.apply_date
  213. * @return the value of patent_new.apply_date
  214. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  215. */
  216. public Date getApplyDate() {
  217. return applyDate;
  218. }
  219. /**
  220. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.apply_date
  221. * @param applyDate the value for patent_new.apply_date
  222. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  223. */
  224. public void setApplyDate(Date applyDate) {
  225. this.applyDate = applyDate;
  226. }
  227. /**
  228. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.authorization_date
  229. * @return the value of patent_new.authorization_date
  230. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  231. */
  232. public Date getAuthorizationDate() {
  233. return authorizationDate;
  234. }
  235. /**
  236. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.authorization_date
  237. * @param authorizationDate the value for patent_new.authorization_date
  238. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  239. */
  240. public void setAuthorizationDate(Date authorizationDate) {
  241. this.authorizationDate = authorizationDate;
  242. }
  243. /**
  244. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.patent_amount
  245. * @return the value of patent_new.patent_amount
  246. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  247. */
  248. public BigDecimal getPatentAmount() {
  249. return patentAmount;
  250. }
  251. /**
  252. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.patent_amount
  253. * @param patentAmount the value for patent_new.patent_amount
  254. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  255. */
  256. public void setPatentAmount(BigDecimal patentAmount) {
  257. this.patentAmount = patentAmount;
  258. }
  259. /**
  260. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.applicant
  261. * @return the value of patent_new.applicant
  262. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  263. */
  264. public String getApplicant() {
  265. return applicant;
  266. }
  267. /**
  268. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.applicant
  269. * @param applicant the value for patent_new.applicant
  270. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  271. */
  272. public void setApplicant(String applicant) {
  273. this.applicant = applicant == null ? null : applicant.trim();
  274. }
  275. /**
  276. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.province
  277. * @return the value of patent_new.province
  278. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  279. */
  280. public Integer getProvince() {
  281. return province;
  282. }
  283. /**
  284. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.province
  285. * @param province the value for patent_new.province
  286. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  287. */
  288. public void setProvince(Integer province) {
  289. this.province = province;
  290. }
  291. /**
  292. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.contact_mobile
  293. * @return the value of patent_new.contact_mobile
  294. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  295. */
  296. public String getContactMobile() {
  297. return contactMobile;
  298. }
  299. /**
  300. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.contact_mobile
  301. * @param contactMobile the value for patent_new.contact_mobile
  302. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  303. */
  304. public void setContactMobile(String contactMobile) {
  305. this.contactMobile = contactMobile == null ? null : contactMobile.trim();
  306. }
  307. /**
  308. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.email
  309. * @return the value of patent_new.email
  310. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  311. */
  312. public String getEmail() {
  313. return email;
  314. }
  315. /**
  316. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.email
  317. * @param email the value for patent_new.email
  318. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  319. */
  320. public void setEmail(String email) {
  321. this.email = email == null ? null : email.trim();
  322. }
  323. /**
  324. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.certificate_url
  325. * @return the value of patent_new.certificate_url
  326. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  327. */
  328. public String getCertificateUrl() {
  329. return certificateUrl;
  330. }
  331. /**
  332. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.certificate_url
  333. * @param certificateUrl the value for patent_new.certificate_url
  334. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  335. */
  336. public void setCertificateUrl(String certificateUrl) {
  337. this.certificateUrl = certificateUrl == null ? null : certificateUrl.trim();
  338. }
  339. /**
  340. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.create_time
  341. * @return the value of patent_new.create_time
  342. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  343. */
  344. public Date getCreateTime() {
  345. return createTime;
  346. }
  347. /**
  348. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.create_time
  349. * @param createTime the value for patent_new.create_time
  350. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  351. */
  352. public void setCreateTime(Date createTime) {
  353. this.createTime = createTime;
  354. }
  355. /**
  356. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.update_time
  357. * @return the value of patent_new.update_time
  358. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  359. */
  360. public Date getUpdateTime() {
  361. return updateTime;
  362. }
  363. /**
  364. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.update_time
  365. * @param updateTime the value for patent_new.update_time
  366. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  367. */
  368. public void setUpdateTime(Date updateTime) {
  369. this.updateTime = updateTime;
  370. }
  371. /**
  372. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.aid
  373. * @return the value of patent_new.aid
  374. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  375. */
  376. public String getAid() {
  377. return aid;
  378. }
  379. /**
  380. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.aid
  381. * @param aid the value for patent_new.aid
  382. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  383. */
  384. public void setAid(String aid) {
  385. this.aid = aid == null ? null : aid.trim();
  386. }
  387. /**
  388. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.years
  389. * @return the value of patent_new.years
  390. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  391. */
  392. public Integer getYears() {
  393. return years;
  394. }
  395. /**
  396. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.years
  397. * @param years the value for patent_new.years
  398. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  399. */
  400. public void setYears(Integer years) {
  401. this.years = years;
  402. }
  403. /**
  404. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.uid
  405. * @return the value of patent_new.uid
  406. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  407. */
  408. public String getUid() {
  409. return uid;
  410. }
  411. /**
  412. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.uid
  413. * @param uid the value for patent_new.uid
  414. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  415. */
  416. public void setUid(String uid) {
  417. this.uid = uid == null ? null : uid.trim();
  418. }
  419. /**
  420. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.holders
  421. * @return the value of patent_new.holders
  422. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  423. */
  424. public String getHolders() {
  425. return holders;
  426. }
  427. /**
  428. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.holders
  429. * @param holders the value for patent_new.holders
  430. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  431. */
  432. public void setHolders(String holders) {
  433. this.holders = holders == null ? null : holders.trim();
  434. }
  435. /**
  436. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.inventor
  437. * @return the value of patent_new.inventor
  438. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  439. */
  440. public String getInventor() {
  441. return inventor;
  442. }
  443. /**
  444. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.inventor
  445. * @param inventor the value for patent_new.inventor
  446. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  447. */
  448. public void setInventor(String inventor) {
  449. this.inventor = inventor == null ? null : inventor.trim();
  450. }
  451. /**
  452. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.annual_fee_status
  453. * @return the value of patent_new.annual_fee_status
  454. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  455. */
  456. public Integer getAnnualFeeStatus() {
  457. return annualFeeStatus;
  458. }
  459. /**
  460. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.annual_fee_status
  461. * @param annualFeeStatus the value for patent_new.annual_fee_status
  462. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  463. */
  464. public void setAnnualFeeStatus(Integer annualFeeStatus) {
  465. this.annualFeeStatus = annualFeeStatus;
  466. }
  467. /**
  468. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.salesman_remind
  469. * @return the value of patent_new.salesman_remind
  470. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  471. */
  472. public Integer getSalesmanRemind() {
  473. return salesmanRemind;
  474. }
  475. /**
  476. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.salesman_remind
  477. * @param salesmanRemind the value for patent_new.salesman_remind
  478. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  479. */
  480. public void setSalesmanRemind(Integer salesmanRemind) {
  481. this.salesmanRemind = salesmanRemind;
  482. }
  483. /**
  484. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.tid
  485. * @return the value of patent_new.tid
  486. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  487. */
  488. public Integer getTid() {
  489. return tid;
  490. }
  491. /**
  492. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.tid
  493. * @param tid the value for patent_new.tid
  494. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  495. */
  496. public void setTid(Integer tid) {
  497. this.tid = tid;
  498. }
  499. /**
  500. * This method was generated by MyBatis Generator. This method returns the value of the database column patent_new.new_type
  501. * @return the value of patent_new.new_type
  502. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  503. */
  504. public Integer getNewType() {
  505. return newType;
  506. }
  507. /**
  508. * This method was generated by MyBatis Generator. This method sets the value of the database column patent_new.new_type
  509. * @param newType the value for patent_new.new_type
  510. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  511. */
  512. public void setNewType(Integer newType) {
  513. this.newType = newType;
  514. }
  515. /**
  516. * This method was generated by MyBatis Generator. This method corresponds to the database table patent_new
  517. * @mbg.generated Thu Aug 05 11:46:54 CST 2021
  518. */
  519. @Override
  520. public String toString() {
  521. StringBuilder sb = new StringBuilder();
  522. sb.append(getClass().getSimpleName());
  523. sb.append(" [");
  524. sb.append("Hash = ").append(hashCode());
  525. sb.append(", id=").append(id);
  526. sb.append(", patentNo=").append(patentNo);
  527. sb.append(", name=").append(name);
  528. sb.append(", type=").append(type);
  529. sb.append(", status=").append(status);
  530. sb.append(", applyDate=").append(applyDate);
  531. sb.append(", authorizationDate=").append(authorizationDate);
  532. sb.append(", patentAmount=").append(patentAmount);
  533. sb.append(", applicant=").append(applicant);
  534. sb.append(", province=").append(province);
  535. sb.append(", contactMobile=").append(contactMobile);
  536. sb.append(", email=").append(email);
  537. sb.append(", certificateUrl=").append(certificateUrl);
  538. sb.append(", createTime=").append(createTime);
  539. sb.append(", updateTime=").append(updateTime);
  540. sb.append(", aid=").append(aid);
  541. sb.append(", years=").append(years);
  542. sb.append(", uid=").append(uid);
  543. sb.append(", holders=").append(holders);
  544. sb.append(", inventor=").append(inventor);
  545. sb.append(", annualFeeStatus=").append(annualFeeStatus);
  546. sb.append(", salesmanRemind=").append(salesmanRemind);
  547. sb.append(", tid=").append(tid);
  548. sb.append(", newType=").append(newType);
  549. sb.append(", serialVersionUID=").append(serialVersionUID);
  550. sb.append("]");
  551. return sb.toString();
  552. }
  553. }