9cf4741ec053219b1b679280bb1b7d005ab07466.svn-base 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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. * AttFjpjcsuBaseParam
  9. *
  10. * @author lxf
  11. * @date 2023年12月19日
  12. */
  13. public class AttFjpjcsuBaseParam extends PageParam implements Serializable {
  14. // ID
  15. @ApiParam(name = "ID")
  16. @ApiModelProperty(value = "ID", name = "id")
  17. private String id;
  18. // 建设监理单位名称
  19. @ApiParam(name = "建设监理单位名称")
  20. @ApiModelProperty(value = "建设监理单位名称", name = "name")
  21. private String name;
  22. // 行政区划编码
  23. @ApiParam(name = "行政区划编码")
  24. @ApiModelProperty(value = "行政区划编码", name = "adCode")
  25. private String adCode;
  26. // 行政区划
  27. @ApiParam(name = "行政区划")
  28. @ApiModelProperty(value = "行政区划", name = "adName")
  29. private String adName;
  30. // 经营地址
  31. @ApiParam(name = "经营地址")
  32. @ApiModelProperty(value = "经营地址", name = "busAddr")
  33. private String busAddr;
  34. // 联系人
  35. @ApiParam(name = "联系人")
  36. @ApiModelProperty(value = "联系人", name = "conPers")
  37. private String conPers;
  38. // 联系人电话
  39. @ApiParam(name = "联系人电话")
  40. @ApiModelProperty(value = "联系人电话", name = "conPersTel")
  41. private String conPersTel;
  42. // 经度
  43. @ApiParam(name = "经度")
  44. @ApiModelProperty(value = "经度", name = "centerX")
  45. private Double centerX;
  46. // 纬度
  47. @ApiParam(name = "纬度")
  48. @ApiModelProperty(value = "纬度", name = "centerY")
  49. private Double centerY;
  50. // 高德经度
  51. @ApiParam(name = "高德经度")
  52. @ApiModelProperty(value = "高德经度", name = "gdX")
  53. private Double gdX;
  54. // 高德纬度
  55. @ApiParam(name = "高德纬度")
  56. @ApiModelProperty(value = "高德纬度", name = "gdY")
  57. private Double gdY;
  58. // 记录人员ID
  59. @ApiParam(name = "记录人员ID")
  60. @ApiModelProperty(value = "记录人员ID", name = "persId")
  61. private String persId;
  62. // 创建时间
  63. @ApiParam(name = "创建时间")
  64. @ApiModelProperty(value = "创建时间", name = "intm")
  65. private Date intm;
  66. // 最后修改时间
  67. @ApiParam(name = "最后修改时间")
  68. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  69. private Date uptm;
  70. // 备注
  71. @ApiParam(name = "备注")
  72. @ApiModelProperty(value = "备注", name = "note")
  73. private String note;
  74. // 数据状态
  75. @ApiParam(name = "数据状态")
  76. @ApiModelProperty(value = "数据状态", name = "dataStat")
  77. private String dataStat;
  78. // 是否符合申请条件
  79. @ApiParam(name = "是否符合申请条件")
  80. @ApiModelProperty(value = "是否符合申请条件", name = "isCnfm")
  81. private String isCnfm;
  82. public AttFjpjcsuBaseParam() {
  83. }
  84. public String getId() {
  85. return id;
  86. }
  87. public void setId(String id) {
  88. this.id = id;
  89. }
  90. public String getName() {
  91. return name;
  92. }
  93. public void setName(String name) {
  94. this.name = name;
  95. }
  96. public String getAdCode() {
  97. return adCode;
  98. }
  99. public void setAdCode(String adCode) {
  100. this.adCode = adCode;
  101. }
  102. public String getAdName() {
  103. return adName;
  104. }
  105. public void setAdName(String adName) {
  106. this.adName = adName;
  107. }
  108. public String getBusAddr() {
  109. return busAddr;
  110. }
  111. public void setBusAddr(String busAddr) {
  112. this.busAddr = busAddr;
  113. }
  114. public String getConPers() {
  115. return conPers;
  116. }
  117. public void setConPers(String conPers) {
  118. this.conPers = conPers;
  119. }
  120. public String getConPersTel() {
  121. return conPersTel;
  122. }
  123. public void setConPersTel(String conPersTel) {
  124. this.conPersTel = conPersTel;
  125. }
  126. public Double getCenterX() {
  127. return centerX;
  128. }
  129. public void setCenterX(Double centerX) {
  130. this.centerX = centerX;
  131. }
  132. public Double getCenterY() {
  133. return centerY;
  134. }
  135. public void setCenterY(Double centerY) {
  136. this.centerY = centerY;
  137. }
  138. public Double getGdX() {
  139. return gdX;
  140. }
  141. public void setGdX(Double gdX) {
  142. this.gdX = gdX;
  143. }
  144. public Double getGdY() {
  145. return gdY;
  146. }
  147. public void setGdY(Double gdY) {
  148. this.gdY = gdY;
  149. }
  150. public String getPersId() {
  151. return persId;
  152. }
  153. public void setPersId(String persId) {
  154. this.persId = persId;
  155. }
  156. public Date getIntm() {
  157. return intm;
  158. }
  159. public void setIntm(Date intm) {
  160. this.intm = intm;
  161. }
  162. public Date getUptm() {
  163. return uptm;
  164. }
  165. public void setUptm(Date uptm) {
  166. this.uptm = uptm;
  167. }
  168. public String getNote() {
  169. return note;
  170. }
  171. public void setNote(String note) {
  172. this.note = note;
  173. }
  174. public String getDataStat() {
  175. return dataStat;
  176. }
  177. public void setDataStat(String dataStat) {
  178. this.dataStat = dataStat;
  179. }
  180. public String getIsCnfm() {
  181. return isCnfm;
  182. }
  183. public void setIsCnfm(String isCnfm) {
  184. this.isCnfm = isCnfm;
  185. }
  186. }