@big-bear
2017-04-22T06:35:41.000000Z
字数 229
阅读 769
云宝 api

CustomerVipInfo extends BaseEntity{Customer customer;String vipNum; // 会员编号Dicttype level; // 会员等级Integer active;// 活跃Integer points;// 会员积分}
{CustomerVipInfo customerVipInfo}
会员附加信息在customer.customerVipInfo中获取
