4dd19428140c787045c28a688e4d3e98d81bcd9f.svn-base 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. * BisInspAllOrganizationZjParam
  9. *
  10. * @author lhc
  11. * @date 2020-7-20
  12. */
  13. public class BisInspAllOrganizationZjParam extends PageParam implements Serializable {
  14. // 组织部门ID
  15. @ApiParam(name = "组织部门ID")
  16. @ApiModelProperty(value = "组织部门ID", name = "organizationId")
  17. private String organizationId;
  18. // 父级编码
  19. @ApiParam(name = "父级编码")
  20. @ApiModelProperty(value = "父级编码", name = "parentId")
  21. private String parentId;
  22. // 部门名称
  23. @ApiParam(name = "部门名称")
  24. @ApiModelProperty(value = "部门名称", name = "name")
  25. private String name;
  26. // 部门名称
  27. @ApiParam(name = "部门名称")
  28. @ApiModelProperty(value = "部门名称", name = "fullName")
  29. private String fullName;
  30. // 地址
  31. @ApiParam(name = "地址")
  32. @ApiModelProperty(value = "地址", name = "address")
  33. private String address;
  34. // 组织机构代码证
  35. @ApiParam(name = "组织机构代码证")
  36. @ApiModelProperty(value = "组织机构代码证", name = "uncode")
  37. private String uncode;
  38. // 排序
  39. @ApiParam(name = "排序")
  40. @ApiModelProperty(value = "排序", name = "orderId")
  41. private String orderId;
  42. // 部门负责人
  43. @ApiParam(name = "部门负责人")
  44. @ApiModelProperty(value = "部门负责人", name = "chargePerson")
  45. private String chargePerson;
  46. // 责任人电话号码
  47. @ApiParam(name = "责任人电话号码")
  48. @ApiModelProperty(value = "责任人电话号码", name = "phoneNumber")
  49. private String phoneNumber;
  50. // 责任人手机号码
  51. @ApiParam(name = "责任人手机号码")
  52. @ApiModelProperty(value = "责任人手机号码", name = "mobileNumber")
  53. private String mobileNumber;
  54. // 部门传真
  55. @ApiParam(name = "部门传真")
  56. @ApiModelProperty(value = "部门传真", name = "faxNumber")
  57. private String faxNumber;
  58. // 部门电子邮箱
  59. @ApiParam(name = "部门电子邮箱")
  60. @ApiModelProperty(value = "部门电子邮箱", name = "email")
  61. private String email;
  62. // 部门介绍
  63. @ApiParam(name = "部门介绍")
  64. @ApiModelProperty(value = "部门介绍", name = "intruduction")
  65. private String intruduction;
  66. // 在岗职工数
  67. @ApiParam(name = "在岗职工数")
  68. @ApiModelProperty(value = "在岗职工数", name = "staffCount")
  69. private String staffCount;
  70. // 所在单位编号
  71. @ApiParam(name = "所在单位编号")
  72. @ApiModelProperty(value = "所在单位编号", name = "unitid")
  73. private String unitid;
  74. // 组织机构类别
  75. @ApiParam(name = "组织机构类别")
  76. @ApiModelProperty(value = "组织机构类别", name = "typeCode")
  77. private String typeCode;
  78. // 行政区划码
  79. @ApiParam(name = "行政区划码")
  80. @ApiModelProperty(value = "行政区划码", name = "adcd")
  81. private String adcd;
  82. // 行政区划名称
  83. @ApiParam(name = "行政区划名称")
  84. @ApiModelProperty(value = "行政区划名称", name = "adName")
  85. private String adName;
  86. // 机构关联
  87. @ApiParam(name = "机构关联")
  88. @ApiModelProperty(value = "机构关联", name = "orgRelated")
  89. private String orgRelated;
  90. public BisInspAllOrganizationZjParam() {
  91. }
  92. public String getOrganizationId() {
  93. return organizationId;
  94. }
  95. public void setOrganizationId(String organizationId) {
  96. this.organizationId = organizationId;
  97. }
  98. public String getParentId() {
  99. return parentId;
  100. }
  101. public void setParentId(String parentId) {
  102. this.parentId = parentId;
  103. }
  104. public String getName() {
  105. return name;
  106. }
  107. public void setName(String name) {
  108. this.name = name;
  109. }
  110. public String getFullName() {
  111. return fullName;
  112. }
  113. public void setFullName(String fullName) {
  114. this.fullName = fullName;
  115. }
  116. public String getAddress() {
  117. return address;
  118. }
  119. public void setAddress(String address) {
  120. this.address = address;
  121. }
  122. public String getUncode() {
  123. return uncode;
  124. }
  125. public void setUncode(String uncode) {
  126. this.uncode = uncode;
  127. }
  128. public String getOrderId() {
  129. return orderId;
  130. }
  131. public void setOrderId(String orderId) {
  132. this.orderId = orderId;
  133. }
  134. public String getChargePerson() {
  135. return chargePerson;
  136. }
  137. public void setChargePerson(String chargePerson) {
  138. this.chargePerson = chargePerson;
  139. }
  140. public String getPhoneNumber() {
  141. return phoneNumber;
  142. }
  143. public void setPhoneNumber(String phoneNumber) {
  144. this.phoneNumber = phoneNumber;
  145. }
  146. public String getMobileNumber() {
  147. return mobileNumber;
  148. }
  149. public void setMobileNumber(String mobileNumber) {
  150. this.mobileNumber = mobileNumber;
  151. }
  152. public String getFaxNumber() {
  153. return faxNumber;
  154. }
  155. public void setFaxNumber(String faxNumber) {
  156. this.faxNumber = faxNumber;
  157. }
  158. public String getEmail() {
  159. return email;
  160. }
  161. public void setEmail(String email) {
  162. this.email = email;
  163. }
  164. public String getIntruduction() {
  165. return intruduction;
  166. }
  167. public void setIntruduction(String intruduction) {
  168. this.intruduction = intruduction;
  169. }
  170. public String getStaffCount() {
  171. return staffCount;
  172. }
  173. public void setStaffCount(String staffCount) {
  174. this.staffCount = staffCount;
  175. }
  176. public String getUnitid() {
  177. return unitid;
  178. }
  179. public void setUnitid(String unitid) {
  180. this.unitid = unitid;
  181. }
  182. public String getTypeCode() {
  183. return typeCode;
  184. }
  185. public void setTypeCode(String typeCode) {
  186. this.typeCode = typeCode;
  187. }
  188. public String getAdcd() {
  189. return adcd;
  190. }
  191. public void setAdcd(String adcd) {
  192. this.adcd = adcd;
  193. }
  194. public String getAdName() {
  195. return adName;
  196. }
  197. public void setAdName(String adName) {
  198. this.adName = adName;
  199. }
  200. public String getOrgRelated() {
  201. return orgRelated;
  202. }
  203. public void setOrgRelated(String orgRelated) {
  204. this.orgRelated = orgRelated;
  205. }
  206. }