Business.java 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. package com.uas.entity;
  2. import com.alibaba.fastjson.annotation.JSONField;
  3. import javax.persistence.*;
  4. import java.util.Date;
  5. /**
  6. * @author koul
  7. * @email koul@usoftchina.com
  8. * @date 2020-10-26 9:20
  9. * 工商资料
  10. */
  11. @Entity
  12. @Table(name = "FBBUSINESS")
  13. public class Business {
  14. @Id
  15. @SequenceGenerator(name="FBBUSINESS_SEQ", sequenceName="FBBUSINESS_SEQ", allocationSize=1)
  16. @GeneratedValue(strategy= GenerationType.SEQUENCE, generator="FBBUSINESS_SEQ")
  17. private Long fb_id;
  18. @JSONField(name = "A级纳税人评价年度")
  19. private String fb_evaluation;
  20. @JSONField(name = "业务主管单位")
  21. private String fb_organizer;
  22. @JSONField(name = "原注册号")
  23. private String fb_oldcode;
  24. @JSONField(name = "发照日期")
  25. private String fb_issuedate;
  26. @JSONField(name = "发证机关")
  27. private String fb_issueorgan;
  28. @JSONField(name = "吊销原因")
  29. private String fb_dxreason;
  30. @JSONField(name = "吊销日期")
  31. private String fb_dxdate;
  32. @JSONField(name = "名称")
  33. private String fb_name;
  34. @JSONField(name = "地址")
  35. private String fb_address;
  36. @JSONField(name = "多证合一")
  37. private String fb_dzhy;
  38. @JSONField(name = "实收资本")
  39. private String fb_paidamount;
  40. @JSONField(name = "成立日期")
  41. private String fb_cldate;
  42. @JSONField(name = "执行事务合伙人")
  43. private String fb_zxswhhr;
  44. @JSONField(name = "执行事务合伙人(委派代表)")
  45. private String fb_zxswhhrdb;
  46. @JSONField(name = "投资人")
  47. private String fb_investors;
  48. @JSONField(name = "曾用名")
  49. private String fb_oldname;
  50. @JSONField(name = "标准化名称")
  51. private String fb_bzhname;
  52. @JSONField(name = "核准日期")
  53. private String fb_approveddate;
  54. @JSONField(name = "法代/执行")
  55. private String fb_execution;
  56. @JSONField(name = "法定代表人")
  57. private String fb_legalrepresentative;
  58. @JSONField(name = "注册号")
  59. private String fb_code;
  60. @JSONField(name = "注册日期")
  61. private String fb_date;
  62. @JSONField(name = "注册资本币种")
  63. private String fb_currency;
  64. @JSONField(name = "注册资本(万元)")
  65. private Float fb_amount;
  66. @JSONField(name = "注吊销日期")
  67. private String fb_zdxdate;
  68. @JSONField(name = "注销原因")
  69. private String fb_zxreason;
  70. @JSONField(name = "注销日期")
  71. private String fb_zxdate;
  72. @JSONField(name = "派出企业名称")
  73. private String fb_companyname;
  74. @JSONField(name = "电子邮箱")
  75. private String fb_email;
  76. @JSONField(name = "登记时间")
  77. private String fb_djdate;
  78. @JSONField(name = "登记机关")
  79. private String fb_djorgan;
  80. @JSONField(name = "登记状态")
  81. private String fb_djstatus;
  82. @JSONField(name = "省市")
  83. private String fb_province;
  84. @JSONField(name = "类型")
  85. private String fb_type;
  86. @JSONField(name = "类型代码")
  87. private String fb_typecode;
  88. @JSONField(name = "组成形式")
  89. private String fb_formation;
  90. @JSONField(name = "经济性质")
  91. private String fb_economicnature;
  92. @JSONField(name = "经营场所")
  93. private String fb_place;
  94. @JSONField(name = "经营期限自")
  95. private String fb_jyqxfrom;
  96. @JSONField(name = "经营期限至")
  97. private String fb_jyqxto;
  98. @JSONField(name = "经营者")
  99. private String fb_operators;
  100. @JSONField(name = "经营范围")
  101. private String fb_businessscope;
  102. @JSONField(name = "统一社会信用代码")
  103. private String fb_tyshxycode;
  104. @JSONField(name = "联系电话")
  105. private String fb_contactnumber;
  106. @JSONField(name = "设备价款")
  107. private String fb_equipmentamount;
  108. @JSONField(name = "评估等级")
  109. private String fb_level;
  110. @JSONField(name = "负责人")
  111. private String fb_principal;
  112. @JSONField(name = "迁入地工商局")
  113. private String fb_qrdgsj;
  114. @JSONField(name = "首席代表")
  115. private String fb_chiefrepresentative;
  116. private String fb_gzstatus;
  117. private Date fb_gxdate;
  118. public Date getFb_gxdate() {
  119. return fb_gxdate;
  120. }
  121. public void setFb_gxdate(Date fb_gxdate) {
  122. this.fb_gxdate = fb_gxdate;
  123. }
  124. public String getFb_gzstatus() {
  125. return fb_gzstatus;
  126. }
  127. public void setFb_gzstatus(String fb_gzstatus) {
  128. this.fb_gzstatus = fb_gzstatus;
  129. }
  130. public Long getFb_id() {
  131. return fb_id;
  132. }
  133. public void setFb_id(Long fb_id) {
  134. this.fb_id = fb_id;
  135. }
  136. public String getFb_evaluation() {
  137. return fb_evaluation;
  138. }
  139. public void setFb_evaluation(String fb_evaluation) {
  140. this.fb_evaluation = fb_evaluation;
  141. }
  142. public String getFb_organizer() {
  143. return fb_organizer;
  144. }
  145. public void setFb_organizer(String fb_organizer) {
  146. this.fb_organizer = fb_organizer;
  147. }
  148. public String getFb_oldcode() {
  149. return fb_oldcode;
  150. }
  151. public void setFb_oldcode(String fb_oldcode) {
  152. this.fb_oldcode = fb_oldcode;
  153. }
  154. public String getFb_issuedate() {
  155. return fb_issuedate;
  156. }
  157. public void setFb_issuedate(String fb_issuedate) {
  158. this.fb_issuedate = fb_issuedate;
  159. }
  160. public String getFb_issueorgan() {
  161. return fb_issueorgan;
  162. }
  163. public void setFb_issueorgan(String fb_issueorgan) {
  164. this.fb_issueorgan = fb_issueorgan;
  165. }
  166. public String getFb_dxreason() {
  167. return fb_dxreason;
  168. }
  169. public void setFb_dxreason(String fb_dxreason) {
  170. this.fb_dxreason = fb_dxreason;
  171. }
  172. public String getFb_dxdate() {
  173. return fb_dxdate;
  174. }
  175. public void setFb_dxdate(String fb_dxdate) {
  176. this.fb_dxdate = fb_dxdate;
  177. }
  178. public String getFb_name() {
  179. return fb_name;
  180. }
  181. public void setFb_name(String fb_name) {
  182. this.fb_name = fb_name;
  183. }
  184. public String getFb_address() {
  185. return fb_address;
  186. }
  187. public void setFb_address(String fb_address) {
  188. this.fb_address = fb_address;
  189. }
  190. public String getFb_dzhy() {
  191. return fb_dzhy;
  192. }
  193. public void setFb_dzhy(String fb_dzhy) {
  194. this.fb_dzhy = fb_dzhy;
  195. }
  196. public String getFb_paidamount() {
  197. return fb_paidamount;
  198. }
  199. public void setFb_paidamount(String fb_paidamount) {
  200. this.fb_paidamount = fb_paidamount;
  201. }
  202. public String getFb_cldate() {
  203. return fb_cldate;
  204. }
  205. public void setFb_cldate(String fb_cldate) {
  206. this.fb_cldate = fb_cldate;
  207. }
  208. public String getFb_zxswhhr() {
  209. return fb_zxswhhr;
  210. }
  211. public void setFb_zxswhhr(String fb_zxswhhr) {
  212. this.fb_zxswhhr = fb_zxswhhr;
  213. }
  214. public String getFb_zxswhhrdb() {
  215. return fb_zxswhhrdb;
  216. }
  217. public void setFb_zxswhhrdb(String fb_zxswhhrdb) {
  218. this.fb_zxswhhrdb = fb_zxswhhrdb;
  219. }
  220. public String getFb_investors() {
  221. return fb_investors;
  222. }
  223. public void setFb_investors(String fb_investors) {
  224. this.fb_investors = fb_investors;
  225. }
  226. public String getFb_oldname() {
  227. return fb_oldname;
  228. }
  229. public void setFb_oldname(String fb_oldname) {
  230. this.fb_oldname = fb_oldname;
  231. }
  232. public String getFb_bzhname() {
  233. return fb_bzhname;
  234. }
  235. public void setFb_bzhname(String fb_bzhname) {
  236. this.fb_bzhname = fb_bzhname;
  237. }
  238. public String getFb_approveddate() {
  239. return fb_approveddate;
  240. }
  241. public void setFb_approveddate(String fb_approveddate) {
  242. this.fb_approveddate = fb_approveddate;
  243. }
  244. public String getFb_execution() {
  245. return fb_execution;
  246. }
  247. public void setFb_execution(String fb_execution) {
  248. this.fb_execution = fb_execution;
  249. }
  250. public String getFb_legalrepresentative() {
  251. return fb_legalrepresentative;
  252. }
  253. public void setFb_legalrepresentative(String fb_legalrepresentative) {
  254. this.fb_legalrepresentative = fb_legalrepresentative;
  255. }
  256. public String getFb_code() {
  257. return fb_code;
  258. }
  259. public void setFb_code(String fb_code) {
  260. this.fb_code = fb_code;
  261. }
  262. public String getFb_date() {
  263. return fb_date;
  264. }
  265. public void setFb_date(String fb_date) {
  266. this.fb_date = fb_date;
  267. }
  268. public String getFb_currency() {
  269. return fb_currency;
  270. }
  271. public void setFb_currency(String fb_currency) {
  272. this.fb_currency = fb_currency;
  273. }
  274. public Float getFb_amount() {
  275. return fb_amount;
  276. }
  277. public void setFb_amount(Float fb_amount) {
  278. this.fb_amount = fb_amount;
  279. }
  280. public String getFb_zdxdate() {
  281. return fb_zdxdate;
  282. }
  283. public void setFb_zdxdate(String fb_zdxdate) {
  284. this.fb_zdxdate = fb_zdxdate;
  285. }
  286. public String getFb_zxreason() {
  287. return fb_zxreason;
  288. }
  289. public void setFb_zxreason(String fb_zxreason) {
  290. this.fb_zxreason = fb_zxreason;
  291. }
  292. public String getFb_zxdate() {
  293. return fb_zxdate;
  294. }
  295. public void setFb_zxdate(String fb_zxdate) {
  296. this.fb_zxdate = fb_zxdate;
  297. }
  298. public String getFb_companyname() {
  299. return fb_companyname;
  300. }
  301. public void setFb_companyname(String fb_companyname) {
  302. this.fb_companyname = fb_companyname;
  303. }
  304. public String getFb_email() {
  305. return fb_email;
  306. }
  307. public void setFb_email(String fb_email) {
  308. this.fb_email = fb_email;
  309. }
  310. public String getFb_djdate() {
  311. return fb_djdate;
  312. }
  313. public void setFb_djdate(String fb_djdate) {
  314. this.fb_djdate = fb_djdate;
  315. }
  316. public String getFb_djorgan() {
  317. return fb_djorgan;
  318. }
  319. public void setFb_djorgan(String fb_djorgan) {
  320. this.fb_djorgan = fb_djorgan;
  321. }
  322. public String getFb_djstatus() {
  323. return fb_djstatus;
  324. }
  325. public void setFb_djstatus(String fb_djstatus) {
  326. this.fb_djstatus = fb_djstatus;
  327. }
  328. public String getFb_province() {
  329. return fb_province;
  330. }
  331. public void setFb_province(String fb_province) {
  332. this.fb_province = fb_province;
  333. }
  334. public String getFb_type() {
  335. return fb_type;
  336. }
  337. public void setFb_type(String fb_type) {
  338. this.fb_type = fb_type;
  339. }
  340. public String getFb_typecode() {
  341. return fb_typecode;
  342. }
  343. public void setFb_typecode(String fb_typecode) {
  344. this.fb_typecode = fb_typecode;
  345. }
  346. public String getFb_formation() {
  347. return fb_formation;
  348. }
  349. public void setFb_formation(String fb_formation) {
  350. this.fb_formation = fb_formation;
  351. }
  352. public String getFb_economicnature() {
  353. return fb_economicnature;
  354. }
  355. public void setFb_economicnature(String fb_economicnature) {
  356. this.fb_economicnature = fb_economicnature;
  357. }
  358. public String getFb_place() {
  359. return fb_place;
  360. }
  361. public void setFb_place(String fb_place) {
  362. this.fb_place = fb_place;
  363. }
  364. public String getFb_jyqxfrom() {
  365. return fb_jyqxfrom;
  366. }
  367. public void setFb_jyqxfrom(String fb_jyqxfrom) {
  368. this.fb_jyqxfrom = fb_jyqxfrom;
  369. }
  370. public String getFb_jyqxto() {
  371. return fb_jyqxto;
  372. }
  373. public void setFb_jyqxto(String fb_jyqxto) {
  374. this.fb_jyqxto = fb_jyqxto;
  375. }
  376. public String getFb_operators() {
  377. return fb_operators;
  378. }
  379. public void setFb_operators(String fb_operators) {
  380. this.fb_operators = fb_operators;
  381. }
  382. public String getFb_businessscope() {
  383. return fb_businessscope;
  384. }
  385. public void setFb_businessscope(String fb_businessscope) {
  386. this.fb_businessscope = fb_businessscope;
  387. }
  388. public String getFb_tyshxycode() {
  389. return fb_tyshxycode;
  390. }
  391. public void setFb_tyshxycode(String fb_tyshxycode) {
  392. this.fb_tyshxycode = fb_tyshxycode;
  393. }
  394. public String getFb_contactnumber() {
  395. return fb_contactnumber;
  396. }
  397. public void setFb_contactnumber(String fb_contactnumber) {
  398. this.fb_contactnumber = fb_contactnumber;
  399. }
  400. public String getFb_equipmentamount() {
  401. return fb_equipmentamount;
  402. }
  403. public void setFb_equipmentamount(String fb_equipmentamount) {
  404. this.fb_equipmentamount = fb_equipmentamount;
  405. }
  406. public String getFb_level() {
  407. return fb_level;
  408. }
  409. public void setFb_level(String fb_level) {
  410. this.fb_level = fb_level;
  411. }
  412. public String getFb_principal() {
  413. return fb_principal;
  414. }
  415. public void setFb_principal(String fb_principal) {
  416. this.fb_principal = fb_principal;
  417. }
  418. public String getFb_qrdgsj() {
  419. return fb_qrdgsj;
  420. }
  421. public void setFb_qrdgsj(String fb_qrdgsj) {
  422. this.fb_qrdgsj = fb_qrdgsj;
  423. }
  424. public String getFb_chiefrepresentative() {
  425. return fb_chiefrepresentative;
  426. }
  427. public void setFb_chiefrepresentative(String fb_chiefrepresentative) {
  428. this.fb_chiefrepresentative = fb_chiefrepresentative;
  429. }
  430. }