增加是否书面审理

This commit is contained in:
qitz
2023-12-13 15:58:38 +08:00
parent 2787aa38c6
commit 61f8638635
5 changed files with 36 additions and 10 deletions
@@ -50,6 +50,14 @@ public class CaseApplication extends BaseEntity {
/** 案件状态 */
private Integer caseStatus;
/** 申请人是否书面审理 */
private Integer applicantIsWrittenHear;
/** 被申请人是否书面审理 */
private Integer respondentIsWrittenHear;
/** 案件申请表ID */
private Long caseAppliId;