build:依赖 工具
parent
1a1803b991
commit
51055443c5
|
@ -22,7 +22,6 @@ public class BaseEntity implements Serializable
|
||||||
/** 搜索值 */
|
/** 搜索值 */
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
@TableField(exist = false)
|
|
||||||
private String searchValue;
|
private String searchValue;
|
||||||
|
|
||||||
/** 创建者 */
|
/** 创建者 */
|
||||||
|
@ -43,7 +42,6 @@ public class BaseEntity implements Serializable
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
/** 请求参数 */
|
/** 请求参数 */
|
||||||
@TableField(exist = false)
|
|
||||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private Map<String, Object> params;
|
private Map<String, Object> params;
|
||||||
|
|
Loading…
Reference in New Issue