案件压缩包导入修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user