Commit 0518d99b by 陶光胜

storeinfoId notin

parent b5835148
......@@ -287,4 +287,12 @@ public class StoreSearchDTO implements Serializable {
public void setStoreTags(String storeTags) {
this.storeTags = storeTags;
}
public String getStoreInfoIdsOfNot() {
return storeInfoIdsOfNot;
}
public void setStoreInfoIdsOfNot(String storeInfoIdsOfNot) {
this.storeInfoIdsOfNot = storeInfoIdsOfNot;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment