Commit 34935434 authored by tianyiming's avatar tianyiming

用户保存的自定义筛选内容表增加字段

parent f50245bf
......@@ -42,4 +42,7 @@ public class TzsCustomFilterContentDto extends BaseDto {
@ApiModelProperty(value = "创建时间")
private Date createTime;
@ApiModelProperty(value = "筛选条件类型")
private Date filterType;
}
......@@ -64,4 +64,10 @@ public class TzsCustomFilterContent extends BaseEntity {
@TableField("create_time")
private Date createTime;
/**
* 筛选条件类型
*/
@TableField("filter_type")
private Date filterType;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment