123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- package com.ygj.yuemum.domain.distributionchannel;
- public class DcIntroducer {
- private Integer id;
- private String wv_phone;
- private String wv_phoneOld;
- private Integer wv_gradeid;
- private Double wv_Introduction_total;
- private Double wv_withdraw_total;
- private Integer wv_Introduction_count;
- private String wv_qrcode;
- private Integer wv_extract_count;
- private Integer wv_people_count;
- private Integer wv_register_count;
- private Integer wv_contract_count;
- private Integer wv_finish_count;
- private Integer wv_consultant;
- private String wv_consultantname;
- private String wv_account_number;
- private String wv_account_bank;
- private String wv_account_number_path;
- private Integer page;
- private Integer limit;
- public String getWv_phoneOld() {
- return wv_phoneOld;
- }
- public void setWv_phoneOld(String wv_phoneOld) {
- this.wv_phoneOld = wv_phoneOld;
- }
- public String getWv_consultantname() {
- return wv_consultantname;
- }
- public void setWv_consultantname(String wv_consultantname) {
- this.wv_consultantname = wv_consultantname;
- }
- public Integer getId() {
- return id;
- }
- public void setId(Integer id) {
- this.id = id;
- }
- public String getWv_phone() {
- return wv_phone;
- }
- public void setWv_phone(String wv_phone) {
- this.wv_phone = wv_phone;
- }
- public Integer getWv_gradeid() {
- return wv_gradeid;
- }
- public void setWv_gradeid(Integer wv_gradeid) {
- this.wv_gradeid = wv_gradeid;
- }
- public Double getWv_Introduction_total() {
- return wv_Introduction_total;
- }
- public void setWv_Introduction_total(Double wv_Introduction_total) {
- this.wv_Introduction_total = wv_Introduction_total;
- }
- public Double getWv_withdraw_total() {
- return wv_withdraw_total;
- }
- public void setWv_withdraw_total(Double wv_withdraw_total) {
- this.wv_withdraw_total = wv_withdraw_total;
- }
- public Integer getWv_Introduction_count() {
- return wv_Introduction_count;
- }
- public void setWv_Introduction_count(Integer wv_Introduction_count) {
- this.wv_Introduction_count = wv_Introduction_count;
- }
- public String getWv_qrcode() {
- return wv_qrcode;
- }
- public void setWv_qrcode(String wv_qrcode) {
- this.wv_qrcode = wv_qrcode;
- }
- public Integer getWv_extract_count() {
- return wv_extract_count;
- }
- public void setWv_extract_count(Integer wv_extract_count) {
- this.wv_extract_count = wv_extract_count;
- }
- public Integer getWv_people_count() {
- return wv_people_count;
- }
- public void setWv_people_count(Integer wv_people_count) {
- this.wv_people_count = wv_people_count;
- }
- public Integer getWv_register_count() {
- return wv_register_count;
- }
- public void setWv_register_count(Integer wv_register_count) {
- this.wv_register_count = wv_register_count;
- }
- public Integer getWv_contract_count() {
- return wv_contract_count;
- }
- public void setWv_contract_count(Integer wv_contract_count) {
- this.wv_contract_count = wv_contract_count;
- }
- public Integer getWv_finish_count() {
- return wv_finish_count;
- }
- public void setWv_finish_count(Integer wv_finish_count) {
- this.wv_finish_count = wv_finish_count;
- }
- public Integer getWv_consultant() {
- return wv_consultant;
- }
- public void setWv_consultant(Integer wv_consultant) {
- this.wv_consultant = wv_consultant;
- }
- public String getWv_account_number() {
- return wv_account_number;
- }
- public void setWv_account_number(String wv_account_number) {
- this.wv_account_number = wv_account_number;
- }
- public String getWv_account_bank() {
- return wv_account_bank;
- }
- public void setWv_account_bank(String wv_account_bank) {
- this.wv_account_bank = wv_account_bank;
- }
- public String getWv_account_number_path() {
- return wv_account_number_path;
- }
- public void setWv_account_number_path(String wv_account_number_path) {
- this.wv_account_number_path = wv_account_number_path;
- }
- public Integer getPage() {
- return page;
- }
- public void setPage(Integer page) {
- this.page = page;
- }
- public Integer getLimit() {
- return limit;
- }
- public void setLimit(Integer limit) {
- this.limit = limit;
- }
- }
|