Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
27e34c2f
Commit
27e34c2f
authored
Nov 12, 2022
by
RuoYi
Browse files
忽略不必要的属性数据返回
parent
836180fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/BaseEntity.java
View file @
27e34c2f
...
...
@@ -5,6 +5,7 @@ import java.util.Date;
import
java.util.HashMap
;
import
java.util.Map
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.fasterxml.jackson.annotation.JsonIgnore
;
/**
* Entity基类
...
...
@@ -16,6 +17,7 @@ public class BaseEntity implements Serializable
private
static
final
long
serialVersionUID
=
1L
;
/** 搜索值 */
@JsonIgnore
private
String
searchValue
;
/** 创建者 */
...
...
@@ -36,6 +38,7 @@ public class BaseEntity implements Serializable
private
String
remark
;
/** 请求参数 */
@JsonIgnore
private
Map
<
String
,
Object
>
params
;
public
String
getSearchValue
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment