@big-bear
2017-04-22T06:35:41.000000Z
字数 229
阅读 731
云宝
api
CustomerVipInfo extends BaseEntity{
Customer customer;
String vipNum; // 会员编号
Dicttype level; // 会员等级
Integer active;// 活跃
Integer points;// 会员积分
}
{
CustomerVipInfo customerVipInfo
}
会员附加信息在customer.customerVipInfo中获取