8d5617874009a65a5a6e95d7e2e41c98b3efbab9.svn-base 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiParam;
  4. import java.util.Date;
  5. import java.io.Serializable;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * BisInspRsmlRgstrPresParam
  9. *
  10. * @author lune
  11. * @date 2020-3-9
  12. */
  13. public class BisInspRsmlRgstrPresParam extends PageParam implements Serializable {
  14. @ApiModelProperty("主键ID")
  15. private String id;
  16. @ApiModelProperty("水库督查登记ID")
  17. private String rgstrId;
  18. @ApiModelProperty("是否明确三个责任人(1:是;2:否)")
  19. private String isClearPers;
  20. @ApiModelProperty("行政责任人姓名")
  21. private String wiunWaoLegPers;
  22. @ApiModelProperty("行政责任人电话")
  23. private String wiunWaoLegPersTel;
  24. @ApiModelProperty("行政责任人职务")
  25. private String wiunWaoLegPersDuty;
  26. @ApiModelProperty("技术责任人姓名")
  27. private String techPers;
  28. @ApiModelProperty("技术责任人电话")
  29. private String techPersTel;
  30. @ApiModelProperty("技术责任人职务")
  31. private String techPersDuty;
  32. @ApiModelProperty("巡查责任人姓名")
  33. private String patrolPers;
  34. @ApiModelProperty("巡查责任人电话")
  35. private String patrolPersTel;
  36. @ApiModelProperty("巡查责任人职务")
  37. private String patrolPersDuty;
  38. @ApiModelProperty("是否设立标识牌(1:是;2:否)")
  39. private String isSetCard;
  40. @ApiModelProperty("三个责任人履职情况(1:好;2:基本到位;3:差)")
  41. private String persResu;
  42. @ApiModelProperty("记录人员ID")
  43. private String recPersId;
  44. @ApiModelProperty("记录人员")
  45. private String recPers2;
  46. @ApiModelProperty("记录人员电话")
  47. private String recPersTel;
  48. @ApiModelProperty("创建时间")
  49. private Date intm;
  50. @ApiModelProperty("修改时间")
  51. private Date uptm;
  52. @ApiModelProperty("填报状态(0:未填报;1:填报中;2:已填报)")
  53. private String status;
  54. public BisInspRsmlRgstrPresParam() {
  55. }
  56. public String getId() {
  57. return id;
  58. }
  59. public void setId(String id) {
  60. this.id = id;
  61. }
  62. public String getRgstrId() {
  63. return rgstrId;
  64. }
  65. public void setRgstrId(String rgstrId) {
  66. this.rgstrId = rgstrId;
  67. }
  68. public String getIsClearPers() {
  69. return isClearPers;
  70. }
  71. public void setIsClearPers(String isClearPers) {
  72. this.isClearPers = isClearPers;
  73. }
  74. public String getWiunWaoLegPers() {
  75. return wiunWaoLegPers;
  76. }
  77. public void setWiunWaoLegPers(String wiunWaoLegPers) {
  78. this.wiunWaoLegPers = wiunWaoLegPers;
  79. }
  80. public String getWiunWaoLegPersTel() {
  81. return wiunWaoLegPersTel;
  82. }
  83. public void setWiunWaoLegPersTel(String wiunWaoLegPersTel) {
  84. this.wiunWaoLegPersTel = wiunWaoLegPersTel;
  85. }
  86. public String getWiunWaoLegPersDuty() {
  87. return wiunWaoLegPersDuty;
  88. }
  89. public void setWiunWaoLegPersDuty(String wiunWaoLegPersDuty) {
  90. this.wiunWaoLegPersDuty = wiunWaoLegPersDuty;
  91. }
  92. public String getTechPers() {
  93. return techPers;
  94. }
  95. public void setTechPers(String techPers) {
  96. this.techPers = techPers;
  97. }
  98. public String getTechPersTel() {
  99. return techPersTel;
  100. }
  101. public void setTechPersTel(String techPersTel) {
  102. this.techPersTel = techPersTel;
  103. }
  104. public String getTechPersDuty() {
  105. return techPersDuty;
  106. }
  107. public void setTechPersDuty(String techPersDuty) {
  108. this.techPersDuty = techPersDuty;
  109. }
  110. public String getPatrolPers() {
  111. return patrolPers;
  112. }
  113. public void setPatrolPers(String patrolPers) {
  114. this.patrolPers = patrolPers;
  115. }
  116. public String getPatrolPersTel() {
  117. return patrolPersTel;
  118. }
  119. public void setPatrolPersTel(String patrolPersTel) {
  120. this.patrolPersTel = patrolPersTel;
  121. }
  122. public String getPatrolPersDuty() {
  123. return patrolPersDuty;
  124. }
  125. public void setPatrolPersDuty(String patrolPersDuty) {
  126. this.patrolPersDuty = patrolPersDuty;
  127. }
  128. public String getIsSetCard() {
  129. return isSetCard;
  130. }
  131. public void setIsSetCard(String isSetCard) {
  132. this.isSetCard = isSetCard;
  133. }
  134. public String getPersResu() {
  135. return persResu;
  136. }
  137. public void setPersResu(String persResu) {
  138. this.persResu = persResu;
  139. }
  140. public String getRecPersId() {
  141. return recPersId;
  142. }
  143. public void setRecPersId(String recPersId) {
  144. this.recPersId = recPersId;
  145. }
  146. public String getRecPers2() {
  147. return recPers2;
  148. }
  149. public void setRecPers2(String recPers2) {
  150. this.recPers2 = recPers2;
  151. }
  152. public String getRecPersTel() {
  153. return recPersTel;
  154. }
  155. public void setRecPersTel(String recPersTel) {
  156. this.recPersTel = recPersTel;
  157. }
  158. public Date getIntm() {
  159. return intm;
  160. }
  161. public void setIntm(Date intm) {
  162. this.intm = intm;
  163. }
  164. public Date getUptm() {
  165. return uptm;
  166. }
  167. public void setUptm(Date uptm) {
  168. this.uptm = uptm;
  169. }
  170. public String getStatus() {
  171. return status;
  172. }
  173. public void setStatus(String status) {
  174. this.status = status;
  175. }
  176. }