Commit 8e122a86 by guojuxing

标签列表接口添加门店空间字段

parent 4e01a958
......@@ -21,6 +21,11 @@ public class StoreTagVO implements Serializable{
*/
private String storeTagName;
/**
* 门店选择器id
*/
private Integer storeWidgetId;
public Integer getStoreTagId() {
return storeTagId;
}
......@@ -36,4 +41,12 @@ public class StoreTagVO implements Serializable{
public void setStoreTagName(String storeTagName) {
this.storeTagName = storeTagName;
}
public Integer getStoreWidgetId() {
return storeWidgetId;
}
public void setStoreWidgetId(Integer storeWidgetId) {
this.storeWidgetId = storeWidgetId;
}
}
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