@ -234,6 +234,7 @@ public class CustomerService {
OpVip opVip = opVipDOMapper.selectOne(wrapper);
OpVip opVip1 = new OpVip();
opVip1.setStatus(1L);
opVip1.setLevel(turnBackDTO.getVipData().getLevel());
opVip1.setPhone(turnBackDTO.getVipData().getPhone());
opVip1.setName(turnBackDTO.getVipData().getName());
opVip1.setBirthday(turnBackDTO.getVipData().getBirthday());
@ -57,6 +57,11 @@ public class OpVip {
*/
private String mail;
/**
* 会员等级
private String level;
* 注册时间