fca7f9c25781d98edc59116d0c21dfb45a1bf75e.svn-base 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. * BisInspKeyRegisterSectionParam
  9. *
  10. * @author lhc
  11. * @date 2019-4-20
  12. */
  13. public class BisInspKeyRegisterSectionParam extends PageParam implements Serializable {
  14. // 主键ID
  15. @ApiParam(name = "主键ID")
  16. @ApiModelProperty(value = "主键ID", name = "id")
  17. private String id;
  18. // 登记表ID
  19. @ApiParam(name = "登记表ID")
  20. @ApiModelProperty(value = "登记表ID", name = "regId")
  21. private String regId;
  22. // 督查对象ID
  23. @ApiParam(name = "督查对象ID")
  24. @ApiModelProperty(value = "督查对象ID", name = "objId")
  25. private String objId;
  26. // 标段名称
  27. @ApiParam(name = "标段名称")
  28. @ApiModelProperty(value = "标段名称", name = "nm")
  29. private String nm;
  30. // 所在行政区代码
  31. @ApiParam(name = "所在行政区代码")
  32. @ApiModelProperty(value = "所在行政区代码", name = "adCode")
  33. private String adCode;
  34. // 所属流域
  35. @ApiParam(name = "所属流域")
  36. @ApiModelProperty(value = "所属流域", name = "orgId")
  37. private String orgId;
  38. // 高德经度
  39. @ApiParam(name = "高德经度")
  40. @ApiModelProperty(value = "高德经度", name = "lgtd")
  41. private Double lgtd;
  42. // 高德纬度
  43. @ApiParam(name = "高德纬度")
  44. @ApiModelProperty(value = "高德纬度", name = "lttd")
  45. private Double lttd;
  46. // PC经度
  47. @ApiParam(name = "PC经度")
  48. @ApiModelProperty(value = "PC经度", name = "lgtdPc")
  49. private Double lgtdPc;
  50. // PC纬度
  51. @ApiParam(name = "PC纬度")
  52. @ApiModelProperty(value = "PC纬度", name = "lttdPc")
  53. private Double lttdPc;
  54. // 记录人员ID
  55. @ApiParam(name = "记录人员ID")
  56. @ApiModelProperty(value = "记录人员ID", name = "persId")
  57. private String persId;
  58. // 创建时间
  59. @ApiParam(name = "创建时间")
  60. @ApiModelProperty(value = "创建时间", name = "intm")
  61. private Date intm;
  62. // 最后修改时间
  63. @ApiParam(name = "最后修改时间")
  64. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  65. private Date uptm;
  66. // 备注
  67. @ApiParam(name = "备注")
  68. @ApiModelProperty(value = "备注", name = "note")
  69. private String note;
  70. public BisInspKeyRegisterSectionParam() {
  71. }
  72. public String getId() {
  73. return id;
  74. }
  75. public void setId(String id) {
  76. this.id = id;
  77. }
  78. public String getRegId() {
  79. return regId;
  80. }
  81. public void setRegId(String regId) {
  82. this.regId = regId;
  83. }
  84. public String getObjId() {
  85. return objId;
  86. }
  87. public void setObjId(String objId) {
  88. this.objId = objId;
  89. }
  90. public String getNm() {
  91. return nm;
  92. }
  93. public void setNm(String nm) {
  94. this.nm = nm;
  95. }
  96. public String getAdCode() {
  97. return adCode;
  98. }
  99. public void setAdCode(String adCode) {
  100. this.adCode = adCode;
  101. }
  102. @Override
  103. public String getOrgId() {
  104. return orgId;
  105. }
  106. @Override
  107. public void setOrgId(String orgId) {
  108. this.orgId = orgId;
  109. }
  110. public Double getLgtd() {
  111. return lgtd;
  112. }
  113. public void setLgtd(Double lgtd) {
  114. this.lgtd = lgtd;
  115. }
  116. public Double getLttd() {
  117. return lttd;
  118. }
  119. public void setLttd(Double lttd) {
  120. this.lttd = lttd;
  121. }
  122. public Double getLgtdPc() {
  123. return lgtdPc;
  124. }
  125. public void setLgtdPc(Double lgtdPc) {
  126. this.lgtdPc = lgtdPc;
  127. }
  128. public Double getLttdPc() {
  129. return lttdPc;
  130. }
  131. public void setLttdPc(Double lttdPc) {
  132. this.lttdPc = lttdPc;
  133. }
  134. public String getPersId() {
  135. return persId;
  136. }
  137. public void setPersId(String persId) {
  138. this.persId = persId;
  139. }
  140. public Date getIntm() {
  141. return intm;
  142. }
  143. public void setIntm(Date intm) {
  144. this.intm = intm;
  145. }
  146. public Date getUptm() {
  147. return uptm;
  148. }
  149. public void setUptm(Date uptm) {
  150. this.uptm = uptm;
  151. }
  152. public String getNote() {
  153. return note;
  154. }
  155. public void setNote(String note) {
  156. this.note = note;
  157. }
  158. }