DcIntroduceLog.java 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. package com.ygj.yuemum.domain.distributionchannel;
  2. public class DcIntroduceLog {
  3. private Integer page;
  4. private Integer limit;
  5. private Integer id;
  6. private String xul_openid;
  7. private String xul_phone;
  8. private Integer xul_event;
  9. private String xul_date;
  10. private String xul_introducer_phone;
  11. private Integer xul_pm_type;
  12. private String xul_orderno;
  13. public Integer getPage() {
  14. return page;
  15. }
  16. public void setPage(Integer page) {
  17. this.page = page;
  18. }
  19. public Integer getLimit() {
  20. return limit;
  21. }
  22. public void setLimit(Integer limit) {
  23. this.limit = limit;
  24. }
  25. public Integer getId() {
  26. return id;
  27. }
  28. public void setId(Integer id) {
  29. this.id = id;
  30. }
  31. public String getXul_openid() {
  32. return xul_openid;
  33. }
  34. public void setXul_openid(String xul_openid) {
  35. this.xul_openid = xul_openid;
  36. }
  37. public String getXul_phone() {
  38. return xul_phone;
  39. }
  40. public void setXul_phone(String xul_phone) {
  41. this.xul_phone = xul_phone;
  42. }
  43. public Integer getXul_event() {
  44. return xul_event;
  45. }
  46. public void setXul_event(Integer xul_event) {
  47. this.xul_event = xul_event;
  48. }
  49. public String getXul_date() {
  50. return xul_date;
  51. }
  52. public void setXul_date(String xul_date) {
  53. this.xul_date = xul_date;
  54. }
  55. public String getXul_introducer_phone() {
  56. return xul_introducer_phone;
  57. }
  58. public void setXul_introducer_phone(String xul_introducer_phone) {
  59. this.xul_introducer_phone = xul_introducer_phone;
  60. }
  61. public Integer getXul_pm_type() {
  62. return xul_pm_type;
  63. }
  64. public void setXul_pm_type(Integer xul_pm_type) {
  65. this.xul_pm_type = xul_pm_type;
  66. }
  67. public String getXul_orderno() {
  68. return xul_orderno;
  69. }
  70. public void setXul_orderno(String xul_orderno) {
  71. this.xul_orderno = xul_orderno;
  72. }
  73. }