9.18开发提交
This commit is contained in:
@@ -25,7 +25,7 @@ public class CaseApplication extends BaseEntity {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date registerDate;
|
||||
/** 仲裁方式 */
|
||||
private String arbitratMethod;
|
||||
private int arbitratMethod;
|
||||
/** 案件状态 */
|
||||
private int caseStatus;
|
||||
/** 开庭日期 */
|
||||
@@ -278,11 +278,11 @@ public class CaseApplication extends BaseEntity {
|
||||
this.registerDate = registerDate;
|
||||
}
|
||||
|
||||
public String getArbitratMethod() {
|
||||
public int getArbitratMethod() {
|
||||
return arbitratMethod;
|
||||
}
|
||||
|
||||
public void setArbitratMethod(String arbitratMethod) {
|
||||
public void setArbitratMethod(int arbitratMethod) {
|
||||
this.arbitratMethod = arbitratMethod;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user