组庭接口优化

This commit is contained in:
qitz
2023-09-19 10:13:16 +08:00
parent 49d611b971
commit 32856e223a
6 changed files with 80 additions and 22 deletions
@@ -74,6 +74,17 @@ public class CaseApplication extends BaseEntity {
/** 案件描述 */
private String caseDescribe;
/** 是否同意组庭 */
private int isAgreePendTral;
public int getIsAgreePendTral() {
return isAgreePendTral;
}
public void setIsAgreePendTral(int isAgreePendTral) {
this.isAgreePendTral = isAgreePendTral;
}
public String getCaseName() {
return caseName;
}