845436bde281e182f07b54dffaa28e95d4216778.svn-base 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * entity:AttEmpwtprjTrack
  9. *
  10. * @author lhc
  11. * @date 2019-4-20
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class AttEmpwtprjTrack extends BaseBean implements Serializable {
  15. // 重点水利项目问题ID
  16. @ApiModelProperty(value = "重点水利项目问题ID", name = "id")
  17. private String id;
  18. // 项目类型
  19. @ApiModelProperty(value = "项目类型", name = "ptype")
  20. private String ptype;
  21. // 所在行政区代码
  22. @ApiModelProperty(value = "所在行政区代码", name = "adCode")
  23. private String adCode;
  24. // 名称
  25. @ApiModelProperty(value = "名称", name = "nm")
  26. private String nm;
  27. // 开工年份
  28. @ApiModelProperty(value = "开工年份", name = "stwktm")
  29. private Long stwktm;
  30. // 计划工期(月)
  31. @ApiModelProperty(value = "计划工期(月)", name = "plantm")
  32. private Double plantm;
  33. // 概算批复总投资(亿元)
  34. @ApiModelProperty(value = "概算批复总投资(亿元)", name = "estapp")
  35. private Double estapp;
  36. // 高德经度
  37. @ApiModelProperty(value = "高德经度", name = "lgtd")
  38. private Double lgtd;
  39. // 高德纬度
  40. @ApiModelProperty(value = "高德纬度", name = "lttd")
  41. private Double lttd;
  42. // PC经度
  43. @ApiModelProperty(value = "PC经度", name = "lgtdPc")
  44. private Double lgtdPc;
  45. // PC纬度
  46. @ApiModelProperty(value = "PC纬度", name = "lttdPc")
  47. private Double lttdPc;
  48. // 管理单位ID
  49. @ApiModelProperty(value = "管理单位ID", name = "unitId")
  50. private String unitId;
  51. // 管理单位名称
  52. @ApiModelProperty(value = "管理单位名称", name = "unitNm")
  53. private String unitNm;
  54. // 记录人员ID
  55. @ApiModelProperty(value = "记录人员ID", name = "persId")
  56. private String persId;
  57. // 插入时间
  58. @ApiModelProperty(value = "插入时间", name = "intm")
  59. private Date intm;
  60. // 最后更新时间
  61. @ApiModelProperty(value = "最后更新时间", name = "uptm")
  62. private Date uptm;
  63. // 备注
  64. @ApiModelProperty(value = "备注", name = "note")
  65. private String note;
  66. @ApiModelProperty(value = "行政区划名称", name = "adName")
  67. private String adName;
  68. @ApiModelProperty("工程概况(福建增加)")
  69. private String engProfil;
  70. @ApiModelProperty("建设进展概况(福建增加)")
  71. private String engBuild;
  72. public AttEmpwtprjTrack() {
  73. }
  74. public String getEngProfil() {
  75. return engProfil;
  76. }
  77. public void setEngProfil(String engProfil) {
  78. this.engProfil = engProfil;
  79. }
  80. public String getEngBuild() {
  81. return engBuild;
  82. }
  83. public void setEngBuild(String engBuild) {
  84. this.engBuild = engBuild;
  85. }
  86. public String getAdName() {
  87. return adName;
  88. }
  89. public void setAdName(String adName) {
  90. this.adName = adName;
  91. }
  92. public String getId() {
  93. return id;
  94. }
  95. public void setId(String id) {
  96. this.id = id;
  97. }
  98. public String getPtype() {
  99. return ptype;
  100. }
  101. public void setPtype(String ptype) {
  102. this.ptype = ptype;
  103. }
  104. public String getAdCode() {
  105. return adCode;
  106. }
  107. public void setAdCode(String adCode) {
  108. this.adCode = adCode;
  109. }
  110. public String getNm() {
  111. return nm;
  112. }
  113. public void setNm(String nm) {
  114. this.nm = nm;
  115. }
  116. public Long getStwktm() {
  117. return stwktm;
  118. }
  119. public void setStwktm(Long stwktm) {
  120. this.stwktm = stwktm;
  121. }
  122. public Double getPlantm() {
  123. return plantm;
  124. }
  125. public void setPlantm(Double plantm) {
  126. this.plantm = plantm;
  127. }
  128. public Double getEstapp() {
  129. return estapp;
  130. }
  131. public void setEstapp(Double estapp) {
  132. this.estapp = estapp;
  133. }
  134. public Double getLgtd() {
  135. return lgtd;
  136. }
  137. public void setLgtd(Double lgtd) {
  138. this.lgtd = lgtd;
  139. }
  140. public Double getLttd() {
  141. return lttd;
  142. }
  143. public void setLttd(Double lttd) {
  144. this.lttd = lttd;
  145. }
  146. public Double getLgtdPc() {
  147. return lgtdPc;
  148. }
  149. public void setLgtdPc(Double lgtdPc) {
  150. this.lgtdPc = lgtdPc;
  151. }
  152. public Double getLttdPc() {
  153. return lttdPc;
  154. }
  155. public void setLttdPc(Double lttdPc) {
  156. this.lttdPc = lttdPc;
  157. }
  158. public String getUnitId() {
  159. return unitId;
  160. }
  161. public void setUnitId(String unitId) {
  162. this.unitId = unitId;
  163. }
  164. public String getUnitNm() {
  165. return unitNm;
  166. }
  167. public void setUnitNm(String unitNm) {
  168. this.unitNm = unitNm;
  169. }
  170. public String getPersId() {
  171. return persId;
  172. }
  173. public void setPersId(String persId) {
  174. this.persId = persId;
  175. }
  176. public Date getIntm() {
  177. return intm;
  178. }
  179. public void setIntm(Date intm) {
  180. this.intm = intm;
  181. }
  182. public Date getUptm() {
  183. return uptm;
  184. }
  185. public void setUptm(Date uptm) {
  186. this.uptm = uptm;
  187. }
  188. public String getNote() {
  189. return note;
  190. }
  191. public void setNote(String note) {
  192. this.note = note;
  193. }
  194. @Override
  195. public String toString() {
  196. return "AttEmpwtprjTrack [" + "id=" + id + ", ptype=" + ptype + ", adCode=" + adCode + ", nm=" + nm + ", stwktm=" + stwktm + ", plantm=" + plantm + ", estapp=" + estapp + ", lgtd=" + lgtd + ", lttd=" + lttd + ", lgtdPc=" + lgtdPc + ", lttdPc=" + lttdPc + ", unitId=" + unitId + ", unitNm=" + unitNm + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", note=" + note + "]";
  197. }
  198. }