[关闭]
@big-bear 2017-04-22T06:35:41.000000Z 字数 229 阅读 731

会员信息

云宝 api


会员附加信息

会员附加信息

新增model

  1. CustomerVipInfo extends BaseEntity{
  2. Customer customer;
  3. String vipNum; // 会员编号
  4. Dicttype level; // 会员等级
  5. Integer active;// 活跃
  6. Integer points;// 会员积分
  7. }

customer 新添加属性

  1. {
  2. CustomerVipInfo customerVipInfo
  3. }

会员附加信息在customer.customerVipInfo中获取

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注