AddMMInfo.java 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. package com.ygj.yuemum.domain.utils;
  2. public class AddMMInfo {
  3. private String truename;
  4. private String mobile_phone;
  5. private String idcard;
  6. private String seniority;
  7. private String babynumber;
  8. private int gender;
  9. private String cityname;
  10. private String constellation;
  11. private String zodiac;
  12. private int store_id;
  13. private int np;
  14. private String ethnicgroup;
  15. private String height;
  16. private String marriage;
  17. private String highlight;
  18. private String education;
  19. private String weight;
  20. private String salt;
  21. private Integer servicesdays;
  22. private String characters;
  23. private Integer twins;
  24. public Integer getServicesdays() {
  25. return servicesdays;
  26. }
  27. public void setServicesdays(Integer servicesdays) {
  28. this.servicesdays = servicesdays;
  29. }
  30. public String getCharacters() {
  31. return characters;
  32. }
  33. public void setCharacters(String characters) {
  34. this.characters = characters;
  35. }
  36. public Integer getTwins() {
  37. return twins;
  38. }
  39. public void setTwins(Integer twins) {
  40. this.twins = twins;
  41. }
  42. public String getSalt() {
  43. return salt;
  44. }
  45. public void setSalt(String salt) {
  46. this.salt = salt;
  47. }
  48. public String getWeight() {
  49. return weight;
  50. }
  51. public void setWeight(String weight) {
  52. this.weight = weight;
  53. }
  54. public String getEthnicgroup() {
  55. return ethnicgroup;
  56. }
  57. public void setEthnicgroup(String ethnicgroup) {
  58. this.ethnicgroup = ethnicgroup;
  59. }
  60. public String getHeight() {
  61. return height;
  62. }
  63. public void setHeight(String height) {
  64. this.height = height;
  65. }
  66. public String getMarriage() {
  67. return marriage;
  68. }
  69. public void setMarriage(String marriage) {
  70. this.marriage = marriage;
  71. }
  72. public String getHighlight() {
  73. return highlight;
  74. }
  75. public void setHighlight(String highlight) {
  76. this.highlight = highlight;
  77. }
  78. public String getEducation() {
  79. return education;
  80. }
  81. public void setEducation(String education) {
  82. this.education = education;
  83. }
  84. public String getTruename() {
  85. return truename;
  86. }
  87. public void setTruename(String truename) {
  88. this.truename = truename;
  89. }
  90. public String getMobile_phone() {
  91. return mobile_phone;
  92. }
  93. public void setMobile_phone(String mobile_phone) {
  94. this.mobile_phone = mobile_phone;
  95. }
  96. public String getIdcard() {
  97. return idcard;
  98. }
  99. public void setIdcard(String idcard) {
  100. this.idcard = idcard;
  101. }
  102. public String getSeniority() {
  103. return seniority;
  104. }
  105. public void setSeniority(String seniority) {
  106. this.seniority = seniority;
  107. }
  108. public String getBabynumber() {
  109. return babynumber;
  110. }
  111. public void setBabynumber(String babynumber) {
  112. this.babynumber = babynumber;
  113. }
  114. public int getGender() {
  115. return gender;
  116. }
  117. public void setGender(int gender) {
  118. this.gender = gender;
  119. }
  120. public String getCityname() {
  121. return cityname;
  122. }
  123. public void setCityname(String cityname) {
  124. this.cityname = cityname;
  125. }
  126. public String getConstellation() {
  127. return constellation;
  128. }
  129. public void setConstellation(String constellation) {
  130. this.constellation = constellation;
  131. }
  132. public String getZodiac() {
  133. return zodiac;
  134. }
  135. public void setZodiac(String zodiac) {
  136. this.zodiac = zodiac;
  137. }
  138. public int getStore_id() {
  139. return store_id;
  140. }
  141. public void setStore_id(int store_id) {
  142. this.store_id = store_id;
  143. }
  144. public int getNp() {
  145. return np;
  146. }
  147. public void setNp(int np) {
  148. this.np = np;
  149. }
  150. }