店铺 类型查询
This commit is contained in:
@@ -39,6 +39,9 @@ public class TbShopInfoQueryCriteria{
|
|||||||
@Query(type = Query.Type.INNER_LIKE)
|
@Query(type = Query.Type.INNER_LIKE)
|
||||||
private String shopName;
|
private String shopName;
|
||||||
|
|
||||||
|
@Query
|
||||||
|
private String type;
|
||||||
|
|
||||||
/** 精确 */
|
/** 精确 */
|
||||||
@Query
|
@Query
|
||||||
private String phone;
|
private String phone;
|
||||||
@@ -73,6 +76,12 @@ public class TbShopInfoQueryCriteria{
|
|||||||
|
|
||||||
private String sort;
|
private String sort;
|
||||||
|
|
||||||
|
public void setType(String type) {
|
||||||
|
if(StringUtils.isNotBlank(type)){
|
||||||
|
this.type = type;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void setShopName(String shopName) {
|
public void setShopName(String shopName) {
|
||||||
if(StringUtils.isNotBlank(shopName)){
|
if(StringUtils.isNotBlank(shopName)){
|
||||||
this.shopName = shopName;
|
this.shopName = shopName;
|
||||||
|
|||||||
Reference in New Issue
Block a user