Commit 95960007 by 陶光胜

修改

parent 13d14f6b
......@@ -7,6 +7,7 @@ public class StoreWidgetQO implements Serializable {
private String authSearchParam;
private String searchParam;
private String writeBackParam;
private Integer authMode;
public Integer getStoreWidgetId() {
return storeWidgetId;
......@@ -39,4 +40,12 @@ public class StoreWidgetQO implements Serializable {
public void setWriteBackParam(String writeBackParam) {
this.writeBackParam = writeBackParam;
}
public Integer getAuthMode() {
return authMode;
}
public void setAuthMode(Integer authMode) {
this.authMode = authMode;
}
}
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