Commit c4fd436a by zhiwj

添加用户资源

parent 52fb2641
......@@ -29,6 +29,7 @@ public class ResourceVO implements Serializable{
*/
private Integer enterpriseId;
private Long userResource;
/**
* 会员卡资源控件id
*/
......@@ -174,4 +175,12 @@ public class ResourceVO implements Serializable{
public ChannelResourceDTO getChannelResourceJSON() {
return channelResourceJSON;
}
public Long getUserResource() {
return userResource;
}
public void setUserResource(Long userResource) {
this.userResource = userResource;
}
}
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