导入新增日志

This commit is contained in:
18792927508
2023-11-01 11:06:44 +08:00
parent 341be38f87
commit a3a7d39da3
4 changed files with 59 additions and 23 deletions
@@ -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;