案件压缩包导入修改

This commit is contained in:
18792927508
2023-12-07 09:29:33 +08:00
parent 45bea53a70
commit 79bf8423e0
12 changed files with 736 additions and 540 deletions
@@ -25,6 +25,10 @@ public class CaseApplication extends BaseEntity {
/** 案件标的 */
@Excel(name = "案件标的")
private BigDecimal caseSubjectAmount;
/**
* 模板id
*/
private Long templateId;
/** 立案日期 */
@@ -37,6 +41,14 @@ public class CaseApplication extends BaseEntity {
*/
private Integer importFlag;
public Long getTemplateId() {
return templateId;
}
public void setTemplateId(Long templateId) {
this.templateId = templateId;
}
public Integer getImportFlag() {
return importFlag;
}