导入新增日志
This commit is contained in:
@@ -29,6 +29,18 @@ public class CaseApplication extends BaseEntity {
|
||||
private Date registerDate;
|
||||
/** 仲裁方式 */
|
||||
private Integer arbitratMethod;
|
||||
/**
|
||||
* 是否导入,0手动录入,1导入,默认0
|
||||
*/
|
||||
private Integer importFlag;
|
||||
|
||||
public Integer getImportFlag() {
|
||||
return importFlag;
|
||||
}
|
||||
|
||||
public void setImportFlag(Integer importFlag) {
|
||||
this.importFlag = importFlag;
|
||||
}
|
||||
|
||||
public String getSelectCaseStatus() {
|
||||
return selectCaseStatus;
|
||||
|
||||
Reference in New Issue
Block a user