DcIntroducer.java 4.0 KB

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