草庐IT

MemberSettingTypeEnum

全部标签

数据库设计采用行扩展,实现系统设置功能

一、平时我们实现系统设置功能的方式在我们开发的系统功能中,大部分都有设置功能,比如APP端的用户推送开关设置,平时我们是这样设计的:publicclassAppSettingPush{@ApiModelProperty(value="会员ID")privateLongmemberId;@ApiModelProperty(value="获赞推送")privateBooleanbelike;@ApiModelProperty(value="评论推送")privateBooleancom;@ApiModelProperty(value="收藏推送")privateBooleancoll;@ApiMo