DcIntroducer.java 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. package com.ygj.yuemum.domain.distributionchannel;
  2. public class DcIntroducer {
  3. private Integer id;
  4. private String wv_phone;
  5. private String wv_phoneOld;
  6. private Integer wv_gradeid;
  7. private Double wv_Introduction_total;
  8. private Double wv_withdraw_total;
  9. private Integer wv_Introduction_count;
  10. private String wv_qrcode;
  11. private Integer wv_extract_count;
  12. private Integer wv_people_count;
  13. private Integer wv_register_count;
  14. private Integer wv_contract_count;
  15. private Integer wv_finish_count;
  16. private Integer wv_consultant;
  17. private String wv_consultantname;
  18. private String wv_account_number;
  19. private String wv_account_bank;
  20. private String wv_account_number_path;
  21. private Integer page;
  22. private Integer limit;
  23. public String getWv_phoneOld() {
  24. return wv_phoneOld;
  25. }
  26. public void setWv_phoneOld(String wv_phoneOld) {
  27. this.wv_phoneOld = wv_phoneOld;
  28. }
  29. public String getWv_consultantname() {
  30. return wv_consultantname;
  31. }
  32. public void setWv_consultantname(String wv_consultantname) {
  33. this.wv_consultantname = wv_consultantname;
  34. }
  35. public Integer getId() {
  36. return id;
  37. }
  38. public void setId(Integer id) {
  39. this.id = id;
  40. }
  41. public String getWv_phone() {
  42. return wv_phone;
  43. }
  44. public void setWv_phone(String wv_phone) {
  45. this.wv_phone = wv_phone;
  46. }
  47. public Integer getWv_gradeid() {
  48. return wv_gradeid;
  49. }
  50. public void setWv_gradeid(Integer wv_gradeid) {
  51. this.wv_gradeid = wv_gradeid;
  52. }
  53. public Double getWv_Introduction_total() {
  54. return wv_Introduction_total;
  55. }
  56. public void setWv_Introduction_total(Double wv_Introduction_total) {
  57. this.wv_Introduction_total = wv_Introduction_total;
  58. }
  59. public Double getWv_withdraw_total() {
  60. return wv_withdraw_total;
  61. }
  62. public void setWv_withdraw_total(Double wv_withdraw_total) {
  63. this.wv_withdraw_total = wv_withdraw_total;
  64. }
  65. public Integer getWv_Introduction_count() {
  66. return wv_Introduction_count;
  67. }
  68. public void setWv_Introduction_count(Integer wv_Introduction_count) {
  69. this.wv_Introduction_count = wv_Introduction_count;
  70. }
  71. public String getWv_qrcode() {
  72. return wv_qrcode;
  73. }
  74. public void setWv_qrcode(String wv_qrcode) {
  75. this.wv_qrcode = wv_qrcode;
  76. }
  77. public Integer getWv_extract_count() {
  78. return wv_extract_count;
  79. }
  80. public void setWv_extract_count(Integer wv_extract_count) {
  81. this.wv_extract_count = wv_extract_count;
  82. }
  83. public Integer getWv_people_count() {
  84. return wv_people_count;
  85. }
  86. public void setWv_people_count(Integer wv_people_count) {
  87. this.wv_people_count = wv_people_count;
  88. }
  89. public Integer getWv_register_count() {
  90. return wv_register_count;
  91. }
  92. public void setWv_register_count(Integer wv_register_count) {
  93. this.wv_register_count = wv_register_count;
  94. }
  95. public Integer getWv_contract_count() {
  96. return wv_contract_count;
  97. }
  98. public void setWv_contract_count(Integer wv_contract_count) {
  99. this.wv_contract_count = wv_contract_count;
  100. }
  101. public Integer getWv_finish_count() {
  102. return wv_finish_count;
  103. }
  104. public void setWv_finish_count(Integer wv_finish_count) {
  105. this.wv_finish_count = wv_finish_count;
  106. }
  107. public Integer getWv_consultant() {
  108. return wv_consultant;
  109. }
  110. public void setWv_consultant(Integer wv_consultant) {
  111. this.wv_consultant = wv_consultant;
  112. }
  113. public String getWv_account_number() {
  114. return wv_account_number;
  115. }
  116. public void setWv_account_number(String wv_account_number) {
  117. this.wv_account_number = wv_account_number;
  118. }
  119. public String getWv_account_bank() {
  120. return wv_account_bank;
  121. }
  122. public void setWv_account_bank(String wv_account_bank) {
  123. this.wv_account_bank = wv_account_bank;
  124. }
  125. public String getWv_account_number_path() {
  126. return wv_account_number_path;
  127. }
  128. public void setWv_account_number_path(String wv_account_number_path) {
  129. this.wv_account_number_path = wv_account_number_path;
  130. }
  131. public Integer getPage() {
  132. return page;
  133. }
  134. public void setPage(Integer page) {
  135. this.page = page;
  136. }
  137. public Integer getLimit() {
  138. return limit;
  139. }
  140. public void setLimit(Integer limit) {
  141. this.limit = limit;
  142. }
  143. }