Commit a1908b56 by 陶光胜

二维码

parent 547a6502
......@@ -38,4 +38,12 @@ public class CustomStoreVO {
public void setAppType(Integer appType) {
this.appType = appType;
}
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