视频,用印回调,裁决书处理

This commit is contained in:
18792927508
2024-05-10 17:48:42 +08:00
parent 50a9e7242c
commit 44129c7cd0
28 changed files with 998 additions and 671 deletions
@@ -39,7 +39,7 @@ public class CaseApplication extends BaseEntity {
/** 立案日期 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date registerDate;
/** 仲裁方式 */
/** 仲裁方式 ,1-开庭,2-书面*/
private Integer arbitratMethod;
/**
* 是否导入,0手动录入,1导入,默认0
@@ -211,7 +211,7 @@ public class CaseApplication extends BaseEntity {
*/
private Integer financeStatus;
/**
* 是否是被申请人,仲裁员,部门长,财务,代理人,0-否,1-是
* 是否查询全部节点
*/
private Integer isOtherRole;
/**