85ad49d017c8fce3b6deb26c3b9a201af0fea4c9.svn-base 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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:BisInspFjpjlglTrgt
  9. *
  10. * @author lhc
  11. * @date 2023-11-7
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspFjpjlglTrgt extends BaseBean implements Serializable {
  15. private Double f152;
  16. private Double f161;
  17. // 备注
  18. @ApiModelProperty(value="备注",name="note")
  19. private String note;
  20. // 记录人员ID
  21. @ApiModelProperty(value="记录人员ID",name="persId")
  22. private String persId;
  23. // 创建时间
  24. @ApiModelProperty(value="创建时间",name="intm")
  25. private Date intm;
  26. // 最后修改时间
  27. @ApiModelProperty(value="最后修改时间",name="uptm")
  28. private Date uptm;
  29. // 数据状态
  30. @ApiModelProperty(value="数据状态",name="dataStat")
  31. private String dataStat;
  32. // 督查状态
  33. @ApiModelProperty(value="督查状态",name="state")
  34. private String state;
  35. private String id;
  36. // 登记表ID
  37. @ApiModelProperty(value="登记表ID",name="rgstrId")
  38. private String rgstrId;
  39. private Double f111;
  40. private Double f112;
  41. private Double f113;
  42. private Double f114;
  43. private Double f115;
  44. private Double f116;
  45. private Double f121;
  46. private Double f122;
  47. private Double f123;
  48. private Double f124;
  49. private Double f125;
  50. private Double f131;
  51. private Double f132;
  52. private Double f141;
  53. private Double f142;
  54. private Double f143;
  55. private Double f144;
  56. private Double f145;
  57. private Double f146;
  58. private Double f151;
  59. public BisInspFjpjlglTrgt() {
  60. }
  61. public Double getF152() {
  62. return f152;
  63. }
  64. public void setF152(Double f152) {
  65. this.f152 = f152;
  66. }
  67. public Double getF161() {
  68. return f161;
  69. }
  70. public void setF161(Double f161) {
  71. this.f161 = f161;
  72. }
  73. public String getNote() {
  74. return note;
  75. }
  76. public void setNote(String note) {
  77. this.note = note;
  78. }
  79. public String getPersId() {
  80. return persId;
  81. }
  82. public void setPersId(String persId) {
  83. this.persId = persId;
  84. }
  85. public Date getIntm() {
  86. return intm;
  87. }
  88. public void setIntm(Date intm) {
  89. this.intm = intm;
  90. }
  91. public Date getUptm() {
  92. return uptm;
  93. }
  94. public void setUptm(Date uptm) {
  95. this.uptm = uptm;
  96. }
  97. public String getDataStat() {
  98. return dataStat;
  99. }
  100. public void setDataStat(String dataStat) {
  101. this.dataStat = dataStat;
  102. }
  103. public String getState() {
  104. return state;
  105. }
  106. public void setState(String state) {
  107. this.state = state;
  108. }
  109. public String getId() {
  110. return id;
  111. }
  112. public void setId(String id) {
  113. this.id = id;
  114. }
  115. public String getRgstrId() {
  116. return rgstrId;
  117. }
  118. public void setRgstrId(String rgstrId) {
  119. this.rgstrId = rgstrId;
  120. }
  121. public Double getF111() {
  122. return f111;
  123. }
  124. public void setF111(Double f111) {
  125. this.f111 = f111;
  126. }
  127. public Double getF112() {
  128. return f112;
  129. }
  130. public void setF112(Double f112) {
  131. this.f112 = f112;
  132. }
  133. public Double getF113() {
  134. return f113;
  135. }
  136. public void setF113(Double f113) {
  137. this.f113 = f113;
  138. }
  139. public Double getF114() {
  140. return f114;
  141. }
  142. public void setF114(Double f114) {
  143. this.f114 = f114;
  144. }
  145. public Double getF115() {
  146. return f115;
  147. }
  148. public void setF115(Double f115) {
  149. this.f115 = f115;
  150. }
  151. public Double getF116() {
  152. return f116;
  153. }
  154. public void setF116(Double f116) {
  155. this.f116 = f116;
  156. }
  157. public Double getF121() {
  158. return f121;
  159. }
  160. public void setF121(Double f121) {
  161. this.f121 = f121;
  162. }
  163. public Double getF122() {
  164. return f122;
  165. }
  166. public void setF122(Double f122) {
  167. this.f122 = f122;
  168. }
  169. public Double getF123() {
  170. return f123;
  171. }
  172. public void setF123(Double f123) {
  173. this.f123 = f123;
  174. }
  175. public Double getF124() {
  176. return f124;
  177. }
  178. public void setF124(Double f124) {
  179. this.f124 = f124;
  180. }
  181. public Double getF125() {
  182. return f125;
  183. }
  184. public void setF125(Double f125) {
  185. this.f125 = f125;
  186. }
  187. public Double getF131() {
  188. return f131;
  189. }
  190. public void setF131(Double f131) {
  191. this.f131 = f131;
  192. }
  193. public Double getF132() {
  194. return f132;
  195. }
  196. public void setF132(Double f132) {
  197. this.f132 = f132;
  198. }
  199. public Double getF141() {
  200. return f141;
  201. }
  202. public void setF141(Double f141) {
  203. this.f141 = f141;
  204. }
  205. public Double getF142() {
  206. return f142;
  207. }
  208. public void setF142(Double f142) {
  209. this.f142 = f142;
  210. }
  211. public Double getF143() {
  212. return f143;
  213. }
  214. public void setF143(Double f143) {
  215. this.f143 = f143;
  216. }
  217. public Double getF144() {
  218. return f144;
  219. }
  220. public void setF144(Double f144) {
  221. this.f144 = f144;
  222. }
  223. public Double getF145() {
  224. return f145;
  225. }
  226. public void setF145(Double f145) {
  227. this.f145 = f145;
  228. }
  229. public Double getF146() {
  230. return f146;
  231. }
  232. public void setF146(Double f146) {
  233. this.f146 = f146;
  234. }
  235. public Double getF151() {
  236. return f151;
  237. }
  238. public void setF151(Double f151) {
  239. this.f151 = f151;
  240. }
  241. @Override
  242. public String toString() {
  243. return "BisInspFjpjlglTrgt [" + "f152=" + f152 + ", f161=" + f161 + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + ", id=" + id + ", rgstrId=" + rgstrId + ", f111=" + f111 + ", f112=" + f112 + ", f113=" + f113 + ", f114=" + f114 + ", f115=" + f115 + ", f116=" + f116 + ", f121=" + f121 + ", f122=" + f122 + ", f123=" + f123 + ", f124=" + f124 + ", f125=" + f125 + ", f131=" + f131 + ", f132=" + f132 + ", f141=" + f141 + ", f142=" + f142 + ", f143=" + f143 + ", f144=" + f144 + ", f145=" + f145 + ", f146=" + f146 + ", f151=" + f151 + "]";
  244. }
  245. }