编辑案件资料,修改申请人案件证据bug修改

批量导入案件模板增加申请人仲裁诉求字段
缴费单详情页面返回申请人字段
This commit is contained in:
18792927508
2023-10-09 09:05:51 +08:00
parent 2374e69b06
commit 7eb500d071
3 changed files with 32 additions and 1 deletions
@@ -59,6 +59,7 @@ public class CaseApplication extends BaseEntity {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date hearDate;
/** 申请人仲裁诉求 */
@Excel(name = "申请人仲裁诉求")
private String arbitratClaims;
/** 借款开始日期 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")