7613228b3b082af7a2bd594c398a4e86bf384828.svn-base 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. package cn.com.goldenwater.dcproj.dto;
  2. import cn.com.goldenwater.core.model.BaseBean;
  3. import cn.com.goldenwater.dcproj.model.BisInspRecvUnit;
  4. import cn.com.goldenwater.dcproj.model.GwComFile;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. import io.swagger.annotations.ApiModelProperty;
  7. import java.io.Serializable;
  8. import java.util.Date;
  9. import java.util.List;
  10. /**
  11. * entity:BisInsNtfctn
  12. *
  13. * @author lhc
  14. * @date 2019-4-30
  15. */
  16. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  17. public class BisInsNtfctnDto extends BaseBean implements Serializable {
  18. private String id;
  19. // 督查类型 001:水库 002人饮 003水毁 004:172 地下水005地下水006水闸
  20. @ApiModelProperty(value = "督查类型 001:水库 002人饮 003水毁 004:172 地下水005地下水006水闸", name = "inspType")
  21. private String inspType;
  22. // 计划名称
  23. @ApiModelProperty(value = "计划名称", name = "plnNm")
  24. private String plnNm;
  25. // 年度
  26. @ApiModelProperty(value = "年度", name = "planYr")
  27. private Long planYr;
  28. // 公文号
  29. @ApiModelProperty(value = "公文号", name = "planNo")
  30. private String planNo;
  31. // 下发单位编码
  32. @ApiModelProperty(value = "下发单位编码", name = "orgId")
  33. private String orgId;
  34. // 发文单位
  35. @ApiModelProperty(value = "发文单位", name = "planUnt")
  36. private String planUnt;
  37. // 发文时间
  38. @ApiModelProperty(value = "发文时间", name = "intm")
  39. private Date intm;
  40. // 下发状态
  41. @ApiModelProperty(value = "下发状态", name = "planUnt")
  42. private String sendState;
  43. // 督查内容简述
  44. @ApiModelProperty(value = "督查内容简述", name = "planCnt")
  45. private String planCnt;
  46. // 车辆安排简述
  47. @ApiModelProperty(value = "车辆安排简述", name = "planCar")
  48. private String planCar;
  49. // 发文人ID
  50. @ApiModelProperty(value = "发文人ID", name = "pesrid")
  51. private String pesrid;
  52. // 数据是否有效 1 0
  53. @ApiModelProperty(value = "数据是否有效 1 0 ", name = "flagValid")
  54. private String flagValid;
  55. // 数据是否有效 1 0
  56. @ApiModelProperty(value = "人员名称", name = "persName")
  57. private String persName;// PERS_NAME;
  58. @ApiModelProperty(value = "单位名称", name = "orgNm")
  59. private String orgNm;// ORG_NM;
  60. private List<BisInspRecvUnit> bisInspRecvUnitList;
  61. private List<GwComFile> gwComFileList;
  62. public List<GwComFile> getGwComFileList() {
  63. return gwComFileList;
  64. }
  65. public void setGwComFileList(List<GwComFile> gwComFileList) {
  66. this.gwComFileList = gwComFileList;
  67. }
  68. public BisInsNtfctnDto() {
  69. }
  70. public List<BisInspRecvUnit> getBisInspRecvUnitList() {
  71. return bisInspRecvUnitList;
  72. }
  73. public void setBisInspRecvUnitList(List<BisInspRecvUnit> bisInspRecvUnitList) {
  74. this.bisInspRecvUnitList = bisInspRecvUnitList;
  75. }
  76. public String getId() {
  77. return id;
  78. }
  79. public void setId(String id) {
  80. this.id = id;
  81. }
  82. public String getInspType() {
  83. return inspType;
  84. }
  85. public void setInspType(String inspType) {
  86. this.inspType = inspType;
  87. }
  88. public String getPlnNm() {
  89. return plnNm;
  90. }
  91. public void setPlnNm(String plnNm) {
  92. this.plnNm = plnNm;
  93. }
  94. public Long getPlanYr() {
  95. return planYr;
  96. }
  97. public void setPlanYr(Long planYr) {
  98. this.planYr = planYr;
  99. }
  100. public String getPlanNo() {
  101. return planNo;
  102. }
  103. public void setPlanNo(String planNo) {
  104. this.planNo = planNo;
  105. }
  106. @Override
  107. public String getOrgId() {
  108. return orgId;
  109. }
  110. @Override
  111. public void setOrgId(String orgId) {
  112. this.orgId = orgId;
  113. }
  114. public String getPlanUnt() {
  115. return planUnt;
  116. }
  117. public void setPlanUnt(String planUnt) {
  118. this.planUnt = planUnt;
  119. }
  120. public Date getIntm() {
  121. return intm;
  122. }
  123. public void setIntm(Date intm) {
  124. this.intm = intm;
  125. }
  126. public String getPlanCnt() {
  127. return planCnt;
  128. }
  129. public void setPlanCnt(String planCnt) {
  130. this.planCnt = planCnt;
  131. }
  132. public String getPlanCar() {
  133. return planCar;
  134. }
  135. public void setPlanCar(String planCar) {
  136. this.planCar = planCar;
  137. }
  138. public String getPesrid() {
  139. return pesrid;
  140. }
  141. public void setPesrid(String pesrid) {
  142. this.pesrid = pesrid;
  143. }
  144. public String getFlagValid() {
  145. return flagValid;
  146. }
  147. public void setFlagValid(String flagValid) {
  148. this.flagValid = flagValid;
  149. }
  150. public String getPersName() {
  151. return persName;
  152. }
  153. public void setPersName(String persName) {
  154. this.persName = persName;
  155. }
  156. public String getOrgNm() {
  157. return orgNm;
  158. }
  159. public void setOrgNm(String orgNm) {
  160. this.orgNm = orgNm;
  161. }
  162. public String getSendState() {
  163. return sendState;
  164. }
  165. public void setSendState(String sendState) {
  166. this.sendState = sendState;
  167. }
  168. @Override
  169. public String toString() {
  170. return "BisInsNtfctnDto{" +
  171. "id='" + id + '\'' +
  172. ", inspType='" + inspType + '\'' +
  173. ", plnNm='" + plnNm + '\'' +
  174. ", planYr=" + planYr +
  175. ", planNo='" + planNo + '\'' +
  176. ", orgId='" + orgId + '\'' +
  177. ", planUnt='" + planUnt + '\'' +
  178. ", intm=" + intm +
  179. ", sendState='" + sendState + '\'' +
  180. ", planCnt='" + planCnt + '\'' +
  181. ", planCar='" + planCar + '\'' +
  182. ", pesrid='" + pesrid + '\'' +
  183. ", flagValid='" + flagValid + '\'' +
  184. ", persName='" + persName + '\'' +
  185. ", orgNm='" + orgNm + '\'' +
  186. '}';
  187. }
  188. }