55fd8398a39af5ccc4060af9805b868fd68cb9da.svn-base 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. package cn.com.goldenwater.dcproj.model;
  2. import cn.com.goldenwater.core.model.BaseBean;
  3. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import java.io.Serializable;
  6. import java.util.Date;
  7. /**
  8. * entity:BisInspRssfdrRgstrImplmt
  9. *
  10. * @author lune
  11. * @date 2020-9-11
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspRssfdrRgstrImplmt extends BaseBean implements Serializable {
  15. @ApiModelProperty(value="主键ID", position = 1)
  16. private String id;
  17. @ApiModelProperty(value="督查登记ID", position = 2)
  18. private String rgstrId;
  19. @ApiModelProperty(value="建管单位(项目法人)", position = 3)
  20. private String buildUnit;
  21. @ApiModelProperty(value="安全鉴定是否符合要求(1:是;2:否;)", position = 4)
  22. private String safeIsSzup;
  23. @ApiModelProperty(value="勘察设计是否符合要求(1:是;2:否;)", position = 5)
  24. private String hlsjIsSzup;
  25. @ApiModelProperty(value="建设管理是否符合要求(1:是;2:否;)", position = 6)
  26. private String mopdIsSzup;
  27. @ApiModelProperty(value="资金管理是否符合要求(1:是;2:否;)", position = 7)
  28. private String brmIsSzup;
  29. @ApiModelProperty(value="工程验收是否符合要求(1:是;2:否;)", position = 8)
  30. private String aowIsSzup;
  31. @ApiModelProperty(value="是否在规定时限内完成(1:是;2:否;)", position = 9)
  32. private String isFwttl;
  33. @ApiModelProperty(value="备注", position = 10)
  34. private String note;
  35. @ApiModelProperty(value="填表单位", position = 11)
  36. private String fillUnit;
  37. @ApiModelProperty(value="填表人", position = 12)
  38. private String fillPers;
  39. @ApiModelProperty(value="审核人", position = 13)
  40. private String fillChkPers;
  41. @ApiModelProperty(value="联系电话", position = 14)
  42. private String fillTel;
  43. @ApiModelProperty(value="填表日期", position = 15)
  44. private Date fillTm;
  45. @ApiModelProperty(value="填报状态(0:未填报;1:填报中;2:已填报)", position = 16)
  46. private String status;
  47. @ApiModelProperty(value="记录人员ID", position = 17)
  48. private String recPersId;
  49. @ApiModelProperty(value="创建时间", position = 18)
  50. private Date intm;
  51. @ApiModelProperty(value="修改时间", position = 19)
  52. private Date uptm;
  53. @ApiModelProperty(value="工程验收是否完成(1:是;2:否;)", position = 20)
  54. private String AowIsOver;
  55. public BisInspRssfdrRgstrImplmt() {
  56. }
  57. public String getAowIsOver() {
  58. return AowIsOver;
  59. }
  60. public void setAowIsOver(String aowIsOver) {
  61. AowIsOver = aowIsOver;
  62. }
  63. public String getId() {
  64. return id;
  65. }
  66. public void setId(String id) {
  67. this.id = id;
  68. }
  69. @Override
  70. public String getRgstrId() {
  71. return rgstrId;
  72. }
  73. @Override
  74. public void setRgstrId(String rgstrId) {
  75. this.rgstrId = rgstrId;
  76. }
  77. public String getBuildUnit() {
  78. return buildUnit;
  79. }
  80. public void setBuildUnit(String buildUnit) {
  81. this.buildUnit = buildUnit;
  82. }
  83. public String getSafeIsSzup() {
  84. return safeIsSzup;
  85. }
  86. public void setSafeIsSzup(String safeIsSzup) {
  87. this.safeIsSzup = safeIsSzup;
  88. }
  89. public String getHlsjIsSzup() {
  90. return hlsjIsSzup;
  91. }
  92. public void setHlsjIsSzup(String hlsjIsSzup) {
  93. this.hlsjIsSzup = hlsjIsSzup;
  94. }
  95. public String getMopdIsSzup() {
  96. return mopdIsSzup;
  97. }
  98. public void setMopdIsSzup(String mopdIsSzup) {
  99. this.mopdIsSzup = mopdIsSzup;
  100. }
  101. public String getBrmIsSzup() {
  102. return brmIsSzup;
  103. }
  104. public void setBrmIsSzup(String brmIsSzup) {
  105. this.brmIsSzup = brmIsSzup;
  106. }
  107. public String getAowIsSzup() {
  108. return aowIsSzup;
  109. }
  110. public void setAowIsSzup(String aowIsSzup) {
  111. this.aowIsSzup = aowIsSzup;
  112. }
  113. public String getIsFwttl() {
  114. return isFwttl;
  115. }
  116. public void setIsFwttl(String isFwttl) {
  117. this.isFwttl = isFwttl;
  118. }
  119. public String getNote() {
  120. return note;
  121. }
  122. public void setNote(String note) {
  123. this.note = note;
  124. }
  125. public String getFillUnit() {
  126. return fillUnit;
  127. }
  128. public void setFillUnit(String fillUnit) {
  129. this.fillUnit = fillUnit;
  130. }
  131. public String getFillPers() {
  132. return fillPers;
  133. }
  134. public void setFillPers(String fillPers) {
  135. this.fillPers = fillPers;
  136. }
  137. public String getFillChkPers() {
  138. return fillChkPers;
  139. }
  140. public void setFillChkPers(String fillChkPers) {
  141. this.fillChkPers = fillChkPers;
  142. }
  143. public String getFillTel() {
  144. return fillTel;
  145. }
  146. public void setFillTel(String fillTel) {
  147. this.fillTel = fillTel;
  148. }
  149. public Date getFillTm() {
  150. return fillTm;
  151. }
  152. public void setFillTm(Date fillTm) {
  153. this.fillTm = fillTm;
  154. }
  155. public String getStatus() {
  156. return status;
  157. }
  158. public void setStatus(String status) {
  159. this.status = status;
  160. }
  161. public String getRecPersId() {
  162. return recPersId;
  163. }
  164. public void setRecPersId(String recPersId) {
  165. this.recPersId = recPersId;
  166. }
  167. public Date getIntm() {
  168. return intm;
  169. }
  170. public void setIntm(Date intm) {
  171. this.intm = intm;
  172. }
  173. public Date getUptm() {
  174. return uptm;
  175. }
  176. public void setUptm(Date uptm) {
  177. this.uptm = uptm;
  178. }
  179. @Override
  180. public String toString() {
  181. return "BisInspRssfdrRgstrImplmt [" + "id=" + id + ", rgstrId=" + rgstrId + ", buildUnit=" + buildUnit + ", safeIsSzup=" + safeIsSzup + ", hlsjIsSzup=" + hlsjIsSzup + ", mopdIsSzup=" + mopdIsSzup + ", brmIsSzup=" + brmIsSzup + ", aowIsSzup=" + aowIsSzup + ", isFwttl=" + isFwttl + ", note=" + note + ", fillUnit=" + fillUnit + ", fillPers=" + fillPers + ", fillChkPers=" + fillChkPers + ", fillTel=" + fillTel + ", fillTm=" + fillTm + ", status=" + status + ", recPersId=" + recPersId + ", intm=" + intm + ", uptm=" + uptm + "]";
  182. }
  183. }