Commit e35baff6 by 陶光胜

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-data-cloud into developer
parents fefddcc0 87c5bf2c
......@@ -28,6 +28,11 @@ public class DataAuthDetailVO implements Serializable{
private String onlinePerformance;
/**
* 无归属门店权限 1:勾选 0:不勾选
*/
private Integer noOwnerStore;
/**
* 门店资源,门店选择器ID
*/
private Integer storeWidgetId;
......@@ -112,4 +117,13 @@ public class DataAuthDetailVO implements Serializable{
this.goodsAreaAuth = goodsAreaAuth;
return this;
}
public Integer getNoOwnerStore() {
return noOwnerStore;
}
public DataAuthDetailVO setNoOwnerStore(Integer noOwnerStore) {
this.noOwnerStore = noOwnerStore;
return this;
}
}
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