4e4a7e9bc91fd5c6b3bfa4d05e04026fa8b52346.svn-base 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import cn.com.goldenwater.core.model.BaseBean;
  6. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  7. /**
  8. * entity:AttJskejianEcofrdRgstr
  9. *
  10. * @author lune
  11. * @date 2019-12-18
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class AttJskejianEcofrdRgstr extends BaseBean implements Serializable {
  15. @ApiModelProperty("主键ID")
  16. private String id;
  17. @ApiModelProperty("督查对象ID")
  18. private String objId;
  19. @ApiModelProperty("受理编号")
  20. private String accepNum;
  21. @ApiModelProperty("交办编号")
  22. private String assignNum;
  23. @ApiModelProperty("行政区编码")
  24. private String adCode;
  25. @ApiModelProperty("行政区名称")
  26. private String adName;
  27. @ApiModelProperty("所在详细位置")
  28. private String location;
  29. @ApiModelProperty("PC经度")
  30. private Double centerX;
  31. @ApiModelProperty("PC纬度")
  32. private Double centerY;
  33. @ApiModelProperty("高德经度")
  34. private Double gdX;
  35. @ApiModelProperty("高德纬度")
  36. private Double gdY;
  37. @ApiModelProperty("举报内容")
  38. private String reportContent;
  39. @ApiModelProperty("涉及业务")
  40. private String biz;
  41. @ApiModelProperty("主办单位")
  42. private String hostUnit;
  43. @ApiModelProperty("协办单位")
  44. private String sptUnit;
  45. @ApiModelProperty("调查核实情况")
  46. private String invstVfctn;
  47. @ApiModelProperty("处理和整改情况")
  48. private String trtmtRctftn;
  49. @ApiModelProperty("研判意见")
  50. private String opinion;
  51. @ApiModelProperty("初拟跟踪处室")
  52. private String office;
  53. @ApiModelProperty("是否办结(1:是;2:否)")
  54. private String isOver;
  55. @ApiModelProperty("核实情况(1:符合;2:不符合;)")
  56. private String reviConc;
  57. @ApiModelProperty("复查意见")
  58. private String reviOpin;
  59. @ApiModelProperty("创建人")
  60. private String persId;
  61. @ApiModelProperty("创建时间")
  62. private Date intm;
  63. @ApiModelProperty("修改时间")
  64. private Date uptm;
  65. @ApiModelProperty("督查状态(0:未复核;1:复核中;2:已复核)")
  66. private String state;
  67. @ApiModelProperty("督查组ID")
  68. private String groupId;
  69. @ApiModelProperty("省级标识")
  70. private String province;
  71. public AttJskejianEcofrdRgstr() {
  72. }
  73. public String getId() {
  74. return id;
  75. }
  76. public void setId(String id) {
  77. this.id = id;
  78. }
  79. @Override
  80. public String getObjId() {
  81. return objId;
  82. }
  83. @Override
  84. public void setObjId(String objId) {
  85. this.objId = objId;
  86. }
  87. public String getAccepNum() {
  88. return accepNum;
  89. }
  90. public void setAccepNum(String accepNum) {
  91. this.accepNum = accepNum;
  92. }
  93. public String getAssignNum() {
  94. return assignNum;
  95. }
  96. public void setAssignNum(String assignNum) {
  97. this.assignNum = assignNum;
  98. }
  99. public String getAdCode() {
  100. return adCode;
  101. }
  102. public void setAdCode(String adCode) {
  103. this.adCode = adCode;
  104. }
  105. public String getAdName() {
  106. return adName;
  107. }
  108. public void setAdName(String adName) {
  109. this.adName = adName;
  110. }
  111. public String getLocation() {
  112. return location;
  113. }
  114. public void setLocation(String location) {
  115. this.location = location;
  116. }
  117. public Double getCenterX() {
  118. return centerX;
  119. }
  120. public void setCenterX(Double centerX) {
  121. this.centerX = centerX;
  122. }
  123. public Double getCenterY() {
  124. return centerY;
  125. }
  126. public void setCenterY(Double centerY) {
  127. this.centerY = centerY;
  128. }
  129. public Double getGdX() {
  130. return gdX;
  131. }
  132. public void setGdX(Double gdX) {
  133. this.gdX = gdX;
  134. }
  135. public Double getGdY() {
  136. return gdY;
  137. }
  138. public void setGdY(Double gdY) {
  139. this.gdY = gdY;
  140. }
  141. public String getReportContent() {
  142. return reportContent;
  143. }
  144. public void setReportContent(String reportContent) {
  145. this.reportContent = reportContent;
  146. }
  147. public String getBiz() {
  148. return biz;
  149. }
  150. public void setBiz(String biz) {
  151. this.biz = biz;
  152. }
  153. public String getHostUnit() {
  154. return hostUnit;
  155. }
  156. public void setHostUnit(String hostUnit) {
  157. this.hostUnit = hostUnit;
  158. }
  159. public String getSptUnit() {
  160. return sptUnit;
  161. }
  162. public void setSptUnit(String sptUnit) {
  163. this.sptUnit = sptUnit;
  164. }
  165. public String getInvstVfctn() {
  166. return invstVfctn;
  167. }
  168. public void setInvstVfctn(String invstVfctn) {
  169. this.invstVfctn = invstVfctn;
  170. }
  171. public String getTrtmtRctftn() {
  172. return trtmtRctftn;
  173. }
  174. public void setTrtmtRctftn(String trtmtRctftn) {
  175. this.trtmtRctftn = trtmtRctftn;
  176. }
  177. public String getOpinion() {
  178. return opinion;
  179. }
  180. public void setOpinion(String opinion) {
  181. this.opinion = opinion;
  182. }
  183. public String getOffice() {
  184. return office;
  185. }
  186. public void setOffice(String office) {
  187. this.office = office;
  188. }
  189. public String getIsOver() {
  190. return isOver;
  191. }
  192. public void setIsOver(String isOver) {
  193. this.isOver = isOver;
  194. }
  195. public String getReviConc() {
  196. return reviConc;
  197. }
  198. public void setReviConc(String reviConc) {
  199. this.reviConc = reviConc;
  200. }
  201. public String getReviOpin() {
  202. return reviOpin;
  203. }
  204. public void setReviOpin(String reviOpin) {
  205. this.reviOpin = reviOpin;
  206. }
  207. public String getPersId() {
  208. return persId;
  209. }
  210. public void setPersId(String persId) {
  211. this.persId = persId;
  212. }
  213. public Date getIntm() {
  214. return intm;
  215. }
  216. public void setIntm(Date intm) {
  217. this.intm = intm;
  218. }
  219. public Date getUptm() {
  220. return uptm;
  221. }
  222. public void setUptm(Date uptm) {
  223. this.uptm = uptm;
  224. }
  225. public String getState() {
  226. return state;
  227. }
  228. public void setState(String state) {
  229. this.state = state;
  230. }
  231. @Override
  232. public String getGroupId() {
  233. return groupId;
  234. }
  235. @Override
  236. public void setGroupId(String groupId) {
  237. this.groupId = groupId;
  238. }
  239. @Override
  240. public String getProvince() {
  241. return province;
  242. }
  243. @Override
  244. public void setProvince(String province) {
  245. this.province = province;
  246. }
  247. @Override
  248. public String toString() {
  249. return "AttJskejianEcofrdRgstr [" + "id=" + id + ", objId=" + objId + ", accepNum=" + accepNum + ", assignNum=" + assignNum + ", adCode=" + adCode + ", adName=" + adName + ", location=" + location + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", reportContent=" + reportContent + ", biz=" + biz + ", hostUnit=" + hostUnit + ", sptUnit=" + sptUnit + ", invstVfctn=" + invstVfctn + ", trtmtRctftn=" + trtmtRctftn + ", opinion=" + opinion + ", office=" + office + ", isOver=" + isOver + ", reviConc=" + reviConc + ", reviOpin=" + reviOpin + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", state=" + state + ", groupId=" + groupId + ", province=" + province + "]";
  250. }
  251. }