组庭接口优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user