fix 修复通用实体 传参无法接收问题
This commit is contained in:
parent
45e2672e26
commit
23cb4eef33
@ -62,7 +62,6 @@ public class BaseEntity implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 请求参数
|
* 请求参数
|
||||||
*/
|
*/
|
||||||
@JsonIgnore
|
|
||||||
@ApiModelProperty(value = "请求参数")
|
@ApiModelProperty(value = "请求参数")
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private Map<String, Object> params = new HashMap<>();
|
private Map<String, Object> params = new HashMap<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user