BmProjectOrderinfo.java 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. package com.ruoyi.system.domain.project;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. import com.fasterxml.jackson.annotation.JsonFormat;
  5. import org.apache.commons.lang3.builder.ToStringBuilder;
  6. import org.apache.commons.lang3.builder.ToStringStyle;
  7. import com.ruoyi.common.annotation.Excel;
  8. import com.ruoyi.common.core.domain.BaseEntity;
  9. /**
  10. * 项目签约对象 bm_project_orderinfo
  11. *
  12. * @author ruoyi
  13. * @date 2021-03-05
  14. */
  15. public class BmProjectOrderinfo extends BaseEntity
  16. {
  17. private static final long serialVersionUID = 1L;
  18. /** id* */
  19. private Long id;
  20. /** 项目id* */
  21. @Excel(name = "项目id*")
  22. private Long bmProjectId;
  23. /** 签约日期* */
  24. @Excel(name = "签约日期*")
  25. @JsonFormat(pattern = "yyyy-MM-dd")
  26. private Date orderDate;
  27. /** 投资方式* */
  28. @Excel(name = "投资方式*")
  29. private String investmentType;
  30. /** 是否外资* */
  31. @Excel(name = "是否外资*")
  32. private String isOutInvestment;
  33. /** 总投资额度* */
  34. @Excel(name = "总投资额度*")
  35. private BigDecimal totInvestment;
  36. /** 固定资产投资额度* */
  37. @Excel(name = "固定资产投资额度*")
  38. private BigDecimal fixedAssets;
  39. /** 境外投资 */
  40. @Excel(name = "境外投资")
  41. private BigDecimal overseasInvestment;
  42. /** 境内省外投资 */
  43. @Excel(name = "境内省外投资")
  44. private BigDecimal jnswInvestm;
  45. /** 省内市外投资 */
  46. @Excel(name = "省内市外投资")
  47. private BigDecimal snswInvestm;
  48. /** 市内县外投资 */
  49. @Excel(name = "市内县外投资")
  50. private BigDecimal snxwInvestm;
  51. /** 县内投资 */
  52. @Excel(name = "县内投资")
  53. private BigDecimal xnInvestm;
  54. /** 是否独立供地* */
  55. @Excel(name = "是否独立供地*")
  56. private String isIndependentLan;
  57. /** 供地面积 */
  58. @Excel(name = "供地面积")
  59. private BigDecimal landArea;
  60. /** 供地位置 */
  61. @Excel(name = "供地位置")
  62. private String landAddress;
  63. /** 土地证url */
  64. @Excel(name = "土地证url")
  65. private String landPhoto;
  66. /** 流转土地面积 */
  67. @Excel(name = "流转土地面积")
  68. private BigDecimal circulationLand;
  69. /** 流转土地位置 */
  70. @Excel(name = "流转土地位置")
  71. private String circulationAddres;
  72. /** 土地流转合同 */
  73. @Excel(name = "土地流转合同")
  74. private String circulationDoc;
  75. /** 产权证 */
  76. @Excel(name = "产权证")
  77. private String circulationPhoto;
  78. /** 租赁厂房面积 */
  79. @Excel(name = "租赁厂房面积")
  80. private BigDecimal leasePlantArea;
  81. /** 租赁厂房位置 */
  82. @Excel(name = "租赁厂房位置")
  83. private String leasePlantAddress;
  84. /** 租赁合同 */
  85. @Excel(name = "租赁合同")
  86. private String leasePlantDoc;
  87. /** 租赁产权证 */
  88. @Excel(name = "租赁产权证")
  89. private String leasePlantPhoto;
  90. /** 合同约定产值* */
  91. @Excel(name = "合同约定产值*")
  92. private BigDecimal agreementTot;
  93. /** 合同约定税收* */
  94. @Excel(name = "合同约定税收*")
  95. private BigDecimal agreementTax;
  96. /** 合同约定开工时间* */
  97. @JsonFormat(pattern = "yyyy-MM-dd")
  98. @Excel(name = "合同约定开工时间*", width = 30, dateFormat = "yyyy-MM-dd")
  99. private Date agreementStartdate;
  100. /** 合同约定竣工时间* */
  101. @JsonFormat(pattern = "yyyy-MM-dd")
  102. @Excel(name = "合同约定竣工时间*", width = 30, dateFormat = "yyyy-MM-dd")
  103. private Date agreementEnddate;
  104. /** 合同签约对方* */
  105. @Excel(name = "合同签约对方*")
  106. private String agreementPartner;
  107. /** 对方合同签约人* */
  108. @Excel(name = "对方合同签约人*")
  109. private String partner;
  110. /** 合同签约我方* */
  111. @Excel(name = "合同签约我方*")
  112. private String agreementUs;
  113. /** 我方合同签约人* */
  114. @Excel(name = "我方合同签约人*")
  115. private String signUs;
  116. /** 第三方 */
  117. @Excel(name = "第三方")
  118. private String agreementThird;
  119. /** 第三方签约人 */
  120. @Excel(name = "第三方签约人")
  121. private String third;
  122. /** 合同url* */
  123. @Excel(name = "合同url*")
  124. private String agreementUrl;
  125. /** 在潜注册公司名称* */
  126. @Excel(name = "在潜注册公司名称*")
  127. private String name;
  128. /** 法定代表人* */
  129. @Excel(name = "法定代表人*")
  130. private String legalRep;
  131. /** 注册资本金* */
  132. @Excel(name = "注册资本金*")
  133. private BigDecimal totMoney;
  134. /** 注册地址* */
  135. @Excel(name = "注册地址*")
  136. private String address;
  137. /** 统一社会信用代码* */
  138. @Excel(name = "统一社会信用代码*")
  139. private String code;
  140. /** 营业执照图片url* */
  141. @Excel(name = "营业执照图片url*")
  142. private String bussinessUrl;
  143. /** 备案单位* */
  144. @Excel(name = "备案单位*")
  145. private String recordName;
  146. /** 备案文号* */
  147. @Excel(name = "备案文号*")
  148. private String recordCode;
  149. /** 备案总投资额* */
  150. @Excel(name = "备案总投资额*")
  151. private BigDecimal recordTot;
  152. /** 备案建设周期* */
  153. @Excel(name = "备案建设周期*")
  154. private String recordTime;
  155. /** 备案表url* */
  156. @Excel(name = "备案表url*")
  157. private String recordUrl;
  158. /** 企业包服务-联系领导* */
  159. @Excel(name = "企业包服务-联系领导*")
  160. private String contactLeader;
  161. /** 联系方式* */
  162. @Excel(name = "联系方式*")
  163. private String contactPhone;
  164. /** 责任单位* */
  165. @Excel(name = "责任单位*")
  166. private String contactCompany;
  167. /** 责任人* */
  168. @Excel(name = "责任人*")
  169. private String contactPerson;
  170. /** 联系方式* */
  171. @Excel(name = "联系方式*")
  172. private String contactPersonPhone;
  173. public void setId(Long id)
  174. {
  175. this.id = id;
  176. }
  177. public Long getId()
  178. {
  179. return id;
  180. }
  181. public void setBmProjectId(Long bmProjectId)
  182. {
  183. this.bmProjectId = bmProjectId;
  184. }
  185. public Long getBmProjectId()
  186. {
  187. return bmProjectId;
  188. }
  189. public Date getOrderDate() {
  190. return orderDate;
  191. }
  192. public void setOrderDate(Date orderDate) {
  193. this.orderDate = orderDate;
  194. }
  195. public void setInvestmentType(String investmentType)
  196. {
  197. this.investmentType = investmentType;
  198. }
  199. public String getInvestmentType()
  200. {
  201. return investmentType;
  202. }
  203. public void setIsOutInvestment(String isOutInvestment)
  204. {
  205. this.isOutInvestment = isOutInvestment;
  206. }
  207. public String getIsOutInvestment()
  208. {
  209. return isOutInvestment;
  210. }
  211. public void setTotInvestment(BigDecimal totInvestment)
  212. {
  213. this.totInvestment = totInvestment;
  214. }
  215. public BigDecimal getTotInvestment()
  216. {
  217. return totInvestment;
  218. }
  219. public void setFixedAssets(BigDecimal fixedAssets)
  220. {
  221. this.fixedAssets = fixedAssets;
  222. }
  223. public BigDecimal getFixedAssets()
  224. {
  225. return fixedAssets;
  226. }
  227. public void setOverseasInvestment(BigDecimal overseasInvestment)
  228. {
  229. this.overseasInvestment = overseasInvestment;
  230. }
  231. public BigDecimal getOverseasInvestment()
  232. {
  233. return overseasInvestment;
  234. }
  235. public void setJnswInvestm(BigDecimal jnswInvestm)
  236. {
  237. this.jnswInvestm = jnswInvestm;
  238. }
  239. public BigDecimal getJnswInvestm()
  240. {
  241. return jnswInvestm;
  242. }
  243. public void setSnswInvestm(BigDecimal snswInvestm)
  244. {
  245. this.snswInvestm = snswInvestm;
  246. }
  247. public BigDecimal getSnswInvestm()
  248. {
  249. return snswInvestm;
  250. }
  251. public void setSnxwInvestm(BigDecimal snxwInvestm)
  252. {
  253. this.snxwInvestm = snxwInvestm;
  254. }
  255. public BigDecimal getSnxwInvestm()
  256. {
  257. return snxwInvestm;
  258. }
  259. public void setXnInvestm(BigDecimal xnInvestm)
  260. {
  261. this.xnInvestm = xnInvestm;
  262. }
  263. public BigDecimal getXnInvestm()
  264. {
  265. return xnInvestm;
  266. }
  267. public void setIsIndependentLan(String isIndependentLan)
  268. {
  269. this.isIndependentLan = isIndependentLan;
  270. }
  271. public String getIsIndependentLan()
  272. {
  273. return isIndependentLan;
  274. }
  275. public void setLandArea(BigDecimal landArea)
  276. {
  277. this.landArea = landArea;
  278. }
  279. public BigDecimal getLandArea()
  280. {
  281. return landArea;
  282. }
  283. public void setLandAddress(String landAddress)
  284. {
  285. this.landAddress = landAddress;
  286. }
  287. public String getLandAddress()
  288. {
  289. return landAddress;
  290. }
  291. public void setLandPhoto(String landPhoto)
  292. {
  293. this.landPhoto = landPhoto;
  294. }
  295. public String getLandPhoto()
  296. {
  297. return landPhoto;
  298. }
  299. public void setCirculationLand(BigDecimal circulationLand)
  300. {
  301. this.circulationLand = circulationLand;
  302. }
  303. public BigDecimal getCirculationLand()
  304. {
  305. return circulationLand;
  306. }
  307. public void setCirculationAddres(String circulationAddres)
  308. {
  309. this.circulationAddres = circulationAddres;
  310. }
  311. public String getCirculationAddres()
  312. {
  313. return circulationAddres;
  314. }
  315. public void setCirculationDoc(String circulationDoc)
  316. {
  317. this.circulationDoc = circulationDoc;
  318. }
  319. public String getCirculationDoc()
  320. {
  321. return circulationDoc;
  322. }
  323. public void setCirculationPhoto(String circulationPhoto)
  324. {
  325. this.circulationPhoto = circulationPhoto;
  326. }
  327. public String getCirculationPhoto()
  328. {
  329. return circulationPhoto;
  330. }
  331. public void setLeasePlantArea(BigDecimal leasePlantArea)
  332. {
  333. this.leasePlantArea = leasePlantArea;
  334. }
  335. public BigDecimal getLeasePlantArea()
  336. {
  337. return leasePlantArea;
  338. }
  339. public void setLeasePlantAddress(String leasePlantAddress)
  340. {
  341. this.leasePlantAddress = leasePlantAddress;
  342. }
  343. public String getLeasePlantAddress()
  344. {
  345. return leasePlantAddress;
  346. }
  347. public void setLeasePlantDoc(String leasePlantDoc)
  348. {
  349. this.leasePlantDoc = leasePlantDoc;
  350. }
  351. public String getLeasePlantDoc()
  352. {
  353. return leasePlantDoc;
  354. }
  355. public void setLeasePlantPhoto(String leasePlantPhoto)
  356. {
  357. this.leasePlantPhoto = leasePlantPhoto;
  358. }
  359. public String getLeasePlantPhoto()
  360. {
  361. return leasePlantPhoto;
  362. }
  363. public void setAgreementTot(BigDecimal agreementTot)
  364. {
  365. this.agreementTot = agreementTot;
  366. }
  367. public BigDecimal getAgreementTot()
  368. {
  369. return agreementTot;
  370. }
  371. public void setAgreementTax(BigDecimal agreementTax)
  372. {
  373. this.agreementTax = agreementTax;
  374. }
  375. public BigDecimal getAgreementTax()
  376. {
  377. return agreementTax;
  378. }
  379. public void setAgreementStartdate(Date agreementStartdate)
  380. {
  381. this.agreementStartdate = agreementStartdate;
  382. }
  383. public Date getAgreementStartdate()
  384. {
  385. return agreementStartdate;
  386. }
  387. public void setAgreementEnddate(Date agreementEnddate)
  388. {
  389. this.agreementEnddate = agreementEnddate;
  390. }
  391. public Date getAgreementEnddate()
  392. {
  393. return agreementEnddate;
  394. }
  395. public void setAgreementPartner(String agreementPartner)
  396. {
  397. this.agreementPartner = agreementPartner;
  398. }
  399. public String getAgreementPartner()
  400. {
  401. return agreementPartner;
  402. }
  403. public void setPartner(String partner)
  404. {
  405. this.partner = partner;
  406. }
  407. public String getPartner()
  408. {
  409. return partner;
  410. }
  411. public void setAgreementUs(String agreementUs)
  412. {
  413. this.agreementUs = agreementUs;
  414. }
  415. public String getAgreementUs()
  416. {
  417. return agreementUs;
  418. }
  419. public void setSignUs(String signUs)
  420. {
  421. this.signUs = signUs;
  422. }
  423. public String getSignUs()
  424. {
  425. return signUs;
  426. }
  427. public void setAgreementThird(String agreementThird)
  428. {
  429. this.agreementThird = agreementThird;
  430. }
  431. public String getAgreementThird()
  432. {
  433. return agreementThird;
  434. }
  435. public void setThird(String third)
  436. {
  437. this.third = third;
  438. }
  439. public String getThird()
  440. {
  441. return third;
  442. }
  443. public void setAgreementUrl(String agreementUrl)
  444. {
  445. this.agreementUrl = agreementUrl;
  446. }
  447. public String getAgreementUrl()
  448. {
  449. return agreementUrl;
  450. }
  451. public void setName(String name)
  452. {
  453. this.name = name;
  454. }
  455. public String getName()
  456. {
  457. return name;
  458. }
  459. public void setLegalRep(String legalRep)
  460. {
  461. this.legalRep = legalRep;
  462. }
  463. public String getLegalRep()
  464. {
  465. return legalRep;
  466. }
  467. public void setTotMoney(BigDecimal totMoney)
  468. {
  469. this.totMoney = totMoney;
  470. }
  471. public BigDecimal getTotMoney()
  472. {
  473. return totMoney;
  474. }
  475. public void setAddress(String address)
  476. {
  477. this.address = address;
  478. }
  479. public String getAddress()
  480. {
  481. return address;
  482. }
  483. public void setCode(String code)
  484. {
  485. this.code = code;
  486. }
  487. public String getCode()
  488. {
  489. return code;
  490. }
  491. public void setBussinessUrl(String bussinessUrl)
  492. {
  493. this.bussinessUrl = bussinessUrl;
  494. }
  495. public String getBussinessUrl()
  496. {
  497. return bussinessUrl;
  498. }
  499. public void setRecordName(String recordName)
  500. {
  501. this.recordName = recordName;
  502. }
  503. public String getRecordName()
  504. {
  505. return recordName;
  506. }
  507. public void setRecordCode(String recordCode)
  508. {
  509. this.recordCode = recordCode;
  510. }
  511. public String getRecordCode()
  512. {
  513. return recordCode;
  514. }
  515. public void setRecordTot(BigDecimal recordTot)
  516. {
  517. this.recordTot = recordTot;
  518. }
  519. public BigDecimal getRecordTot()
  520. {
  521. return recordTot;
  522. }
  523. public void setRecordTime(String recordTime)
  524. {
  525. this.recordTime = recordTime;
  526. }
  527. public String getRecordTime()
  528. {
  529. return recordTime;
  530. }
  531. public void setRecordUrl(String recordUrl)
  532. {
  533. this.recordUrl = recordUrl;
  534. }
  535. public String getRecordUrl()
  536. {
  537. return recordUrl;
  538. }
  539. public void setContactLeader(String contactLeader)
  540. {
  541. this.contactLeader = contactLeader;
  542. }
  543. public String getContactLeader()
  544. {
  545. return contactLeader;
  546. }
  547. public void setContactPhone(String contactPhone)
  548. {
  549. this.contactPhone = contactPhone;
  550. }
  551. public String getContactPhone()
  552. {
  553. return contactPhone;
  554. }
  555. public void setContactCompany(String contactCompany)
  556. {
  557. this.contactCompany = contactCompany;
  558. }
  559. public String getContactCompany()
  560. {
  561. return contactCompany;
  562. }
  563. public String getContactPerson() {
  564. return contactPerson;
  565. }
  566. public void setContactPerson(String contactPerson) {
  567. this.contactPerson = contactPerson;
  568. }
  569. public String getContactPersonPhone() {
  570. return contactPersonPhone;
  571. }
  572. public void setContactPersonPhone(String contactPersonPhone) {
  573. this.contactPersonPhone = contactPersonPhone;
  574. }
  575. @Override
  576. public String toString() {
  577. return "BmProjectOrderinfo{" +
  578. "id=" + id +
  579. ", bmProjectId=" + bmProjectId +
  580. ", orderDate=" + orderDate +
  581. ", investmentType='" + investmentType + '\'' +
  582. ", isOutInvestment='" + isOutInvestment + '\'' +
  583. ", totInvestment=" + totInvestment +
  584. ", fixedAssets=" + fixedAssets +
  585. ", overseasInvestment=" + overseasInvestment +
  586. ", jnswInvestm=" + jnswInvestm +
  587. ", snswInvestm=" + snswInvestm +
  588. ", snxwInvestm=" + snxwInvestm +
  589. ", xnInvestm=" + xnInvestm +
  590. ", isIndependentLan='" + isIndependentLan + '\'' +
  591. ", landArea=" + landArea +
  592. ", landAddress='" + landAddress + '\'' +
  593. ", landPhoto='" + landPhoto + '\'' +
  594. ", circulationLand=" + circulationLand +
  595. ", circulationAddres='" + circulationAddres + '\'' +
  596. ", circulationDoc='" + circulationDoc + '\'' +
  597. ", circulationPhoto='" + circulationPhoto + '\'' +
  598. ", leasePlantArea=" + leasePlantArea +
  599. ", leasePlantAddress='" + leasePlantAddress + '\'' +
  600. ", leasePlantDoc='" + leasePlantDoc + '\'' +
  601. ", leasePlantPhoto='" + leasePlantPhoto + '\'' +
  602. ", agreementTot=" + agreementTot +
  603. ", agreementTax=" + agreementTax +
  604. ", agreementStartdate=" + agreementStartdate +
  605. ", agreementEnddate=" + agreementEnddate +
  606. ", agreementPartner='" + agreementPartner + '\'' +
  607. ", partner='" + partner + '\'' +
  608. ", agreementUs='" + agreementUs + '\'' +
  609. ", signUs='" + signUs + '\'' +
  610. ", agreementThird='" + agreementThird + '\'' +
  611. ", third='" + third + '\'' +
  612. ", agreementUrl='" + agreementUrl + '\'' +
  613. ", name='" + name + '\'' +
  614. ", legalRep='" + legalRep + '\'' +
  615. ", totMoney=" + totMoney +
  616. ", address='" + address + '\'' +
  617. ", code='" + code + '\'' +
  618. ", bussinessUrl='" + bussinessUrl + '\'' +
  619. ", recordName='" + recordName + '\'' +
  620. ", recordCode='" + recordCode + '\'' +
  621. ", recordTot=" + recordTot +
  622. ", recordTime='" + recordTime + '\'' +
  623. ", recordUrl='" + recordUrl + '\'' +
  624. ", contactLeader='" + contactLeader + '\'' +
  625. ", contactPhone='" + contactPhone + '\'' +
  626. ", contactCompany='" + contactCompany + '\'' +
  627. ", contactPerson='" + contactPerson + '\'' +
  628. ", contactPersonPhone='" + contactPersonPhone + '\'' +
  629. '}';
  630. }
  631. }