组庭确认开发
This commit is contained in:
@@ -80,6 +80,37 @@ public class CaseApplication extends BaseEntity {
|
||||
private int objectionAddEviden;
|
||||
/** 是否需要开庭审理 */
|
||||
private int openCourtHear;
|
||||
/** 案件状态名称 */
|
||||
private String caseStatusName;
|
||||
|
||||
public String getCaseStatusName() {
|
||||
return caseStatusName;
|
||||
}
|
||||
|
||||
public void setCaseStatusName(String caseStatusName) {
|
||||
this.caseStatusName = caseStatusName;
|
||||
}
|
||||
|
||||
/** 申请人名称 */
|
||||
private String applicantName;
|
||||
/** 被申请人名称 */
|
||||
private String respondentName;
|
||||
|
||||
public String getApplicantName() {
|
||||
return applicantName;
|
||||
}
|
||||
|
||||
public void setApplicantName(String applicantName) {
|
||||
this.applicantName = applicantName;
|
||||
}
|
||||
|
||||
public String getRespondentName() {
|
||||
return respondentName;
|
||||
}
|
||||
|
||||
public void setRespondentName(String respondentName) {
|
||||
this.respondentName = respondentName;
|
||||
}
|
||||
|
||||
public int getObjectionAddEviden() {
|
||||
return objectionAddEviden;
|
||||
|
||||
Reference in New Issue
Block a user