a24c2dbc6c5fc314eb2b45e1ae382c9dc0db2b27.svn-base 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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:AttJskejianEcofrdBase
  9. *
  10. * @author lune
  11. * @date 2019-12-18
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class AttJskejianEcofrdBase extends BaseBean implements Serializable {
  15. @ApiModelProperty("PC纬度")
  16. private Double centerY;
  17. @ApiModelProperty("高德经度")
  18. private Double gdX;
  19. @ApiModelProperty("高德纬度")
  20. private Double gdY;
  21. @ApiModelProperty("举报内容")
  22. private String reportContent;
  23. @ApiModelProperty("涉及业务")
  24. private String biz;
  25. @ApiModelProperty("主办单位")
  26. private String hostUnit;
  27. @ApiModelProperty("协办单位")
  28. private String sptUnit;
  29. @ApiModelProperty("调查核实情况")
  30. private String invstVfctn;
  31. @ApiModelProperty("处理和整改情况")
  32. private String trtmtRctftn;
  33. @ApiModelProperty("研判意见")
  34. private String opinion;
  35. @ApiModelProperty("初拟跟踪处室")
  36. private String office;
  37. @ApiModelProperty("是否办结(1:是;2:否)")
  38. private String isOver;
  39. @ApiModelProperty("创建人")
  40. private String persId;
  41. @ApiModelProperty("创建时间")
  42. private Date intm;
  43. @ApiModelProperty("修改时间")
  44. private Date uptm;
  45. @ApiModelProperty("主键ID")
  46. private String id;
  47. @ApiModelProperty("受理编号")
  48. private String accepNum;
  49. @ApiModelProperty("交办编号")
  50. private String assignNum;
  51. @ApiModelProperty("行政区编码")
  52. private String adCode;
  53. @ApiModelProperty("行政区名称")
  54. private String adName;
  55. @ApiModelProperty("所在详细位置")
  56. private String location;
  57. @ApiModelProperty("PC经度")
  58. private Double centerX;
  59. public AttJskejianEcofrdBase() {
  60. }
  61. public Double getCenterY() {
  62. return centerY;
  63. }
  64. public void setCenterY(Double centerY) {
  65. this.centerY = centerY;
  66. }
  67. public Double getGdX() {
  68. return gdX;
  69. }
  70. public void setGdX(Double gdX) {
  71. this.gdX = gdX;
  72. }
  73. public Double getGdY() {
  74. return gdY;
  75. }
  76. public void setGdY(Double gdY) {
  77. this.gdY = gdY;
  78. }
  79. public String getReportContent() {
  80. return reportContent;
  81. }
  82. public void setReportContent(String reportContent) {
  83. this.reportContent = reportContent;
  84. }
  85. public String getBiz() {
  86. return biz;
  87. }
  88. public void setBiz(String biz) {
  89. this.biz = biz;
  90. }
  91. public String getHostUnit() {
  92. return hostUnit;
  93. }
  94. public void setHostUnit(String hostUnit) {
  95. this.hostUnit = hostUnit;
  96. }
  97. public String getSptUnit() {
  98. return sptUnit;
  99. }
  100. public void setSptUnit(String sptUnit) {
  101. this.sptUnit = sptUnit;
  102. }
  103. public String getInvstVfctn() {
  104. return invstVfctn;
  105. }
  106. public void setInvstVfctn(String invstVfctn) {
  107. this.invstVfctn = invstVfctn;
  108. }
  109. public String getTrtmtRctftn() {
  110. return trtmtRctftn;
  111. }
  112. public void setTrtmtRctftn(String trtmtRctftn) {
  113. this.trtmtRctftn = trtmtRctftn;
  114. }
  115. public String getOpinion() {
  116. return opinion;
  117. }
  118. public void setOpinion(String opinion) {
  119. this.opinion = opinion;
  120. }
  121. public String getOffice() {
  122. return office;
  123. }
  124. public void setOffice(String office) {
  125. this.office = office;
  126. }
  127. public String getIsOver() {
  128. return isOver;
  129. }
  130. public void setIsOver(String isOver) {
  131. this.isOver = isOver;
  132. }
  133. public String getPersId() {
  134. return persId;
  135. }
  136. public void setPersId(String persId) {
  137. this.persId = persId;
  138. }
  139. public Date getIntm() {
  140. return intm;
  141. }
  142. public void setIntm(Date intm) {
  143. this.intm = intm;
  144. }
  145. public Date getUptm() {
  146. return uptm;
  147. }
  148. public void setUptm(Date uptm) {
  149. this.uptm = uptm;
  150. }
  151. public String getId() {
  152. return id;
  153. }
  154. public void setId(String id) {
  155. this.id = id;
  156. }
  157. public String getAccepNum() {
  158. return accepNum;
  159. }
  160. public void setAccepNum(String accepNum) {
  161. this.accepNum = accepNum;
  162. }
  163. public String getAssignNum() {
  164. return assignNum;
  165. }
  166. public void setAssignNum(String assignNum) {
  167. this.assignNum = assignNum;
  168. }
  169. public String getAdCode() {
  170. return adCode;
  171. }
  172. public void setAdCode(String adCode) {
  173. this.adCode = adCode;
  174. }
  175. public String getAdName() {
  176. return adName;
  177. }
  178. public void setAdName(String adName) {
  179. this.adName = adName;
  180. }
  181. public String getLocation() {
  182. return location;
  183. }
  184. public void setLocation(String location) {
  185. this.location = location;
  186. }
  187. public Double getCenterX() {
  188. return centerX;
  189. }
  190. public void setCenterX(Double centerX) {
  191. this.centerX = centerX;
  192. }
  193. @Override
  194. public String toString() {
  195. return "AttJskejianEcofrdBase [" + "centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", reportContent=" + reportContent + ", biz=" + biz + ", hostUnit=" + hostUnit + ", sptUnit=" + sptUnit + ", invstVfctn=" + invstVfctn + ", trtmtRctftn=" + trtmtRctftn + ", opinion=" + opinion + ", office=" + office + ", isOver=" + isOver + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", id=" + id + ", accepNum=" + accepNum + ", assignNum=" + assignNum + ", adCode=" + adCode + ", adName=" + adName + ", location=" + location + ", centerX=" + centerX + "]";
  196. }
  197. }