mirror of https://gitee.com/stylefeng/roses
【7.2.4】更新一个通用查询条件的字段
parent
bc123c35d8
commit
55847454b6
|
@ -106,6 +106,11 @@ public class BaseRequest implements Serializable {
|
||||||
*/
|
*/
|
||||||
private List<Long> conditionGroupUserBizIdList;
|
private List<Long> conditionGroupUserBizIdList;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 搜索内容,通用查询条件的值
|
||||||
|
*/
|
||||||
|
private String searchText;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 参数校验分组:分页
|
* 参数校验分组:分页
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue