0c0ed1ae09c1adea7967988ed71029e4111e8a76.svn-base 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. package cn.com.goldenwater.dcproj.model;
  2. import cn.com.goldenwater.core.model.BaseBean;
  3. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import java.io.Serializable;
  6. import java.util.Date;
  7. /**
  8. * entity:BisInspWrwsRgstrWtut
  9. *
  10. * @author lhc
  11. * @date 2020-9-23
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class BisInspWrwsRgstrWtut extends BaseBean implements Serializable {
  15. // 主键ID
  16. @ApiModelProperty(value = "主键ID", name = "id")
  17. private String id;
  18. // 督查登记ID
  19. @ApiModelProperty(value = "督查登记ID", name = "rgstrId")
  20. private String rgstrId;
  21. // (市)2019年度市级公报套表主要数据是否与县级区域用水台账一致。
  22. @ApiModelProperty(value = "(市)2019年度市级公报套表主要数据是否与县级区域用水台账一致。", name = "isBuldRptFit")
  23. private String isBuldRptFit;
  24. // (县)1、是否完成2019年区域用水统计台账编制。
  25. @ApiModelProperty(value = "(县)1、是否完成2019年区域用水统计台账编制。", name = "isCmpBook")
  26. private String isCmpBook;
  27. // (县)2、2019年区域用水台账主要数据是否与市级水资源公报套表一致。
  28. @ApiModelProperty(value = "(县)2、2019年区域用水台账主要数据是否与市级水资源公报套表一致。", name = "isEqualCity")
  29. private String isEqualCity;
  30. // (县)3、2019年辖区内取水许可管理对象(除水电、河道养殖)是否都纳入区域用水统计台账中。
  31. @ApiModelProperty(value = "(县)3、2019年辖区内取水许可管理对象(除水电、河道养殖)是否都纳入区域用水统计台账中。", name = "isAllIn")
  32. private String isAllIn;
  33. // (县)几个取水许可管理对象未纳入区域用水统计台账
  34. @ApiModelProperty(value = "(县)几个取水许可管理对象未纳入区域用水统计台账", name = "noInNum")
  35. private Long noInNum;
  36. // (县)未纳入区域用水统计台账备注
  37. @ApiModelProperty(value = "(县)未纳入区域用水统计台账备注", name = "noInNote")
  38. private String noInNote;
  39. // (县)4、2019年区域用水统计台账中取水许可管理对象的用水量是否与取用水户取水统计台账一致
  40. @ApiModelProperty(value = "(县)4、2019年区域用水统计台账中取水许可管理对象的用水量是否与取用水户取水统计台账一致", name = "isFitBook")
  41. private String isFitBook;
  42. // (县)几个不一致
  43. @ApiModelProperty(value = "(县)几个不一致", name = "noFitNum")
  44. private Long noFitNum;
  45. // (县)不一致备注
  46. @ApiModelProperty(value = "(县)不一致备注", name = "noFitNote")
  47. private String noFitNote;
  48. // 创建人
  49. @ApiModelProperty(value = "创建人", name = "persId")
  50. private String persId;
  51. // 创建时间
  52. @ApiModelProperty(value = "创建时间", name = "intm")
  53. private Date intm;
  54. // 修改时间
  55. @ApiModelProperty(value = "修改时间", name = "uptm")
  56. private Date uptm;
  57. // 督查状态(0:未督查;1:督查中;2:已督查)
  58. @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state")
  59. private String state;
  60. // 数据状态(0:正常;9:删除)
  61. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  62. private String dataStat;
  63. //(新增)5、2020年度河道外的取水许可管理对象应纳入用水统计调查名录的是否都纳入。
  64. @ApiModelProperty(value = "2020年度河道外的取水许可管理对象应纳入用水统计调查名录的是否都纳入。", name = "isInDir")
  65. private String isInDir;
  66. //(新增)6、已纳入用水统计调查名录的取用水单位是否都已全国用水统计调查直报管理系统中注册数据填报账号。
  67. @ApiModelProperty(value = "已纳入用水统计调查名录的取用水单位是否都已全国用水统计调查直报管理系统中注册数据填报账号。", name = "isAllRgstr")
  68. private String isAllRgstr;
  69. public BisInspWrwsRgstrWtut() {
  70. }
  71. public String getIsInDir() {
  72. return isInDir;
  73. }
  74. public void setIsInDir(String isInDir) {
  75. this.isInDir = isInDir;
  76. }
  77. public String getIsAllRgstr() {
  78. return isAllRgstr;
  79. }
  80. public void setIsAllRgstr(String isAllRgstr) {
  81. this.isAllRgstr = isAllRgstr;
  82. }
  83. public String getId() {
  84. return id;
  85. }
  86. public void setId(String id) {
  87. this.id = id;
  88. }
  89. @Override
  90. public String getRgstrId() {
  91. return rgstrId;
  92. }
  93. @Override
  94. public void setRgstrId(String rgstrId) {
  95. this.rgstrId = rgstrId;
  96. }
  97. public String getIsBuldRptFit() {
  98. return isBuldRptFit;
  99. }
  100. public void setIsBuldRptFit(String isBuldRptFit) {
  101. this.isBuldRptFit = isBuldRptFit;
  102. }
  103. public String getIsCmpBook() {
  104. return isCmpBook;
  105. }
  106. public void setIsCmpBook(String isCmpBook) {
  107. this.isCmpBook = isCmpBook;
  108. }
  109. public String getIsEqualCity() {
  110. return isEqualCity;
  111. }
  112. public void setIsEqualCity(String isEqualCity) {
  113. this.isEqualCity = isEqualCity;
  114. }
  115. public String getIsAllIn() {
  116. return isAllIn;
  117. }
  118. public void setIsAllIn(String isAllIn) {
  119. this.isAllIn = isAllIn;
  120. }
  121. public Long getNoInNum() {
  122. return noInNum;
  123. }
  124. public void setNoInNum(Long noInNum) {
  125. this.noInNum = noInNum;
  126. }
  127. public String getNoInNote() {
  128. return noInNote;
  129. }
  130. public void setNoInNote(String noInNote) {
  131. this.noInNote = noInNote;
  132. }
  133. public String getIsFitBook() {
  134. return isFitBook;
  135. }
  136. public void setIsFitBook(String isFitBook) {
  137. this.isFitBook = isFitBook;
  138. }
  139. public Long getNoFitNum() {
  140. return noFitNum;
  141. }
  142. public void setNoFitNum(Long noFitNum) {
  143. this.noFitNum = noFitNum;
  144. }
  145. public String getNoFitNote() {
  146. return noFitNote;
  147. }
  148. public void setNoFitNote(String noFitNote) {
  149. this.noFitNote = noFitNote;
  150. }
  151. public String getPersId() {
  152. return persId;
  153. }
  154. public void setPersId(String persId) {
  155. this.persId = persId;
  156. }
  157. public Date getIntm() {
  158. return intm;
  159. }
  160. public void setIntm(Date intm) {
  161. this.intm = intm;
  162. }
  163. public Date getUptm() {
  164. return uptm;
  165. }
  166. public void setUptm(Date uptm) {
  167. this.uptm = uptm;
  168. }
  169. public String getState() {
  170. return state;
  171. }
  172. public void setState(String state) {
  173. this.state = state;
  174. }
  175. public String getDataStat() {
  176. return dataStat;
  177. }
  178. public void setDataStat(String dataStat) {
  179. this.dataStat = dataStat;
  180. }
  181. @Override
  182. public String toString() {
  183. return "BisInspWrwsRgstrWtut [" + "id=" + id + ", rgstrId=" + rgstrId + ", isBuldRptFit=" + isBuldRptFit + ", isCmpBook=" + isCmpBook + ", isEqualCity=" + isEqualCity + ", isAllIn=" + isAllIn + ", noInNum=" + noInNum + ", noInNote=" + noInNote + ", isFitBook=" + isFitBook + ", noFitNum=" + noFitNum + ", noFitNote=" + noFitNote + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", state=" + state + ", dataStat=" + dataStat + "]";
  184. }
  185. }