fix 修复通用实体 传参无法接收问题

This commit is contained in:
疯狂的狮子Li 2021-11-02 22:46:05 +08:00
parent 45e2672e26
commit 23cb4eef33

View File

@ -62,7 +62,6 @@ public class BaseEntity implements Serializable {
/**
* 请求参数
*/
@JsonIgnore
@ApiModelProperty(value = "请求参数")
@TableField(exist = false)
private Map<String, Object> params = new HashMap<>();