智能仲裁后端服务

CaseAffiliate.java 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. package com.ruoyi.wisdomarbitrate.domain;
  2. import com.fasterxml.jackson.annotation.JsonFormat;
  3. import com.ruoyi.common.annotation.Excel;
  4. import com.ruoyi.common.core.domain.BaseEntity;
  5. import java.util.Date;
  6. public class CaseAffiliate extends BaseEntity {
  7. private static final long serialVersionUID = 1L;
  8. /** ID */
  9. @Excel(name = "ID", cellType = Excel.ColumnType.NUMERIC, prompt = "ID")
  10. private Long id;
  11. /** 案件申请id */
  12. private Long caseAppliId;
  13. /**
  14. * 案件申请日志id
  15. */
  16. private Long caseAppliLogId;
  17. /** 身份类型 */
  18. private int identityType;
  19. /** 姓名 */
  20. @Excel(name = "姓名")
  21. private String name;
  22. /**
  23. * 申请机构id
  24. */
  25. private String applicationOrganId;
  26. /**
  27. * 申请机构名称
  28. */
  29. private String applicationOrganName;
  30. /**
  31. * 法定代表人
  32. */
  33. private String compLegalPerson;
  34. /**
  35. * 邮箱
  36. */
  37. private String email;
  38. /**
  39. * 法定代表人职位
  40. */
  41. private String compLegalperPost;
  42. /**
  43. * 被申请人性别
  44. */
  45. private String responSex;
  46. /**
  47. * 被申请人出生年月日
  48. */
  49. @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
  50. private Date responBirth;
  51. /**
  52. * 版本号
  53. */
  54. private Integer version;
  55. /**
  56. * 改变的字段
  57. */
  58. private String changeColumn;
  59. /**
  60. * 代理人邮箱
  61. */
  62. private String agentEmail;
  63. public String getAgentEmail() {
  64. return agentEmail;
  65. }
  66. public void setAgentEmail(String agentEmail) {
  67. this.agentEmail = agentEmail;
  68. }
  69. public String getChangeColumn() {
  70. return changeColumn;
  71. }
  72. public void setChangeColumn(String changeColumn) {
  73. this.changeColumn = changeColumn;
  74. }
  75. public Long getCaseAppliLogId() {
  76. return caseAppliLogId;
  77. }
  78. public void setCaseAppliLogId(Long caseAppliLogId) {
  79. this.caseAppliLogId = caseAppliLogId;
  80. }
  81. public Integer getVersion() {
  82. return version;
  83. }
  84. public void setVersion(Integer version) {
  85. this.version = version;
  86. }
  87. public String getEmail() {
  88. return email;
  89. }
  90. public void setEmail(String email) {
  91. this.email = email;
  92. }
  93. public Date getResponBirth() {
  94. return responBirth;
  95. }
  96. public void setResponBirth(Date responBirth) {
  97. this.responBirth = responBirth;
  98. }
  99. public String getCompLegalPerson() {
  100. return compLegalPerson;
  101. }
  102. public void setCompLegalPerson(String compLegalPerson) {
  103. this.compLegalPerson = compLegalPerson;
  104. }
  105. public String getCompLegalperPost() {
  106. return compLegalperPost;
  107. }
  108. public void setCompLegalperPost(String compLegalperPost) {
  109. this.compLegalperPost = compLegalperPost;
  110. }
  111. public String getResponSex() {
  112. return responSex;
  113. }
  114. public void setResponSex(String responSex) {
  115. this.responSex = responSex;
  116. }
  117. /** 身份证号 */
  118. @Excel(name = "身份证号")
  119. private String identityNum;
  120. /** 单位电话 */
  121. @Excel(name = "单位电话")
  122. private String workTelphone;
  123. /** 联系电话 */
  124. @Excel(name = "联系电话")
  125. private String contactTelphone;
  126. /** 联系地址 */
  127. @Excel(name = "联系地址")
  128. private String contactAddress;
  129. /** 住所 */
  130. @Excel(name = "住所")
  131. private String residenAffili;
  132. /** 申请人代理人职称 */
  133. @Excel(name = "申请人代理人职称")
  134. private String appliAgentTitle;
  135. public String getResidenAffili() {
  136. return residenAffili;
  137. }
  138. public void setResidenAffili(String residenAffili) {
  139. this.residenAffili = residenAffili;
  140. }
  141. public String getAppliAgentTitle() {
  142. return appliAgentTitle;
  143. }
  144. public void setAppliAgentTitle(String appliAgentTitle) {
  145. this.appliAgentTitle = appliAgentTitle;
  146. }
  147. /** 单位地址 */
  148. @Excel(name = "单位地址")
  149. private String workAddress;
  150. /** 代理人姓名 */
  151. @Excel(name = "代理人姓名")
  152. private String nameAgent;
  153. /** 身份证号 */
  154. @Excel(name = "代理人身份证号")
  155. private String identityNumAgent;
  156. /** 联系电话 */
  157. @Excel(name = "代理人联系电话")
  158. private String contactTelphoneAgent;
  159. /** 联系地址 */
  160. @Excel(name = "代理人联系地址")
  161. private String contactAddressAgent;
  162. /** 送达电子邮件 */
  163. private String sendEmail;
  164. private String userId;
  165. private String applicantAgentUserId;
  166. public String getUserId() {
  167. return userId;
  168. }
  169. public void setUserId(String userId) {
  170. this.userId = userId;
  171. }
  172. public String getApplicantAgentUserId() {
  173. return applicantAgentUserId;
  174. }
  175. public void setApplicantAgentUserId(String applicantAgentUserId) {
  176. this.applicantAgentUserId = applicantAgentUserId;
  177. }
  178. /** 快递单号 */
  179. private String trackNum;
  180. public String getApplicationOrganId() {
  181. return applicationOrganId;
  182. }
  183. public void setApplicationOrganId(String applicationOrganId) {
  184. this.applicationOrganId = applicationOrganId;
  185. }
  186. public String getApplicationOrganName() {
  187. return applicationOrganName;
  188. }
  189. public void setApplicationOrganName(String applicationOrganName) {
  190. this.applicationOrganName = applicationOrganName;
  191. }
  192. public String getSendEmail() {
  193. return sendEmail;
  194. }
  195. public void setSendEmail(String sendEmail) {
  196. this.sendEmail = sendEmail;
  197. }
  198. public String getTrackNum() {
  199. return trackNum;
  200. }
  201. public void setTrackNum(String trackNum) {
  202. this.trackNum = trackNum;
  203. }
  204. public String getNameAgent() {
  205. return nameAgent;
  206. }
  207. public void setNameAgent(String nameAgent) {
  208. this.nameAgent = nameAgent;
  209. }
  210. public String getIdentityNumAgent() {
  211. return identityNumAgent;
  212. }
  213. public void setIdentityNumAgent(String identityNumAgent) {
  214. this.identityNumAgent = identityNumAgent;
  215. }
  216. public String getContactTelphoneAgent() {
  217. return contactTelphoneAgent;
  218. }
  219. public void setContactTelphoneAgent(String contactTelphoneAgent) {
  220. this.contactTelphoneAgent = contactTelphoneAgent;
  221. }
  222. public String getContactAddressAgent() {
  223. return contactAddressAgent;
  224. }
  225. public void setContactAddressAgent(String contactAddressAgent) {
  226. this.contactAddressAgent = contactAddressAgent;
  227. }
  228. public Long getId() {
  229. return id;
  230. }
  231. public void setId(Long id) {
  232. this.id = id;
  233. }
  234. public Long getCaseAppliId() {
  235. return caseAppliId;
  236. }
  237. public void setCaseAppliId(Long caseAppliId) {
  238. this.caseAppliId = caseAppliId;
  239. }
  240. public int getIdentityType() {
  241. return identityType;
  242. }
  243. public void setIdentityType(int identityType) {
  244. this.identityType = identityType;
  245. }
  246. public String getName() {
  247. return name;
  248. }
  249. public void setName(String name) {
  250. this.name = name;
  251. }
  252. public String getIdentityNum() {
  253. return identityNum;
  254. }
  255. public void setIdentityNum(String identityNum) {
  256. this.identityNum = identityNum;
  257. }
  258. public String getWorkTelphone() {
  259. return workTelphone;
  260. }
  261. public void setWorkTelphone(String workTelphone) {
  262. this.workTelphone = workTelphone;
  263. }
  264. public String getContactTelphone() {
  265. return contactTelphone;
  266. }
  267. public void setContactTelphone(String contactTelphone) {
  268. this.contactTelphone = contactTelphone;
  269. }
  270. public String getContactAddress() {
  271. return contactAddress;
  272. }
  273. public void setContactAddress(String contactAddress) {
  274. this.contactAddress = contactAddress;
  275. }
  276. public String getWorkAddress() {
  277. return workAddress;
  278. }
  279. public void setWorkAddress(String workAddress) {
  280. this.workAddress = workAddress;
  281. }
  282. }