Browse Source

[招商]adjust

release_toaliyun_real
Burce 6 years ago
parent
commit
079f07e663
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/invest/InvestFollowRecordVo.java

+ 20
- 0
mallinkService/src/main/java/com/iformall/domain/vo/invest/InvestFollowRecordVo.java View File

@@ -0,0 +1,20 @@
package com.iformall.domain.vo.invest;

import com.iformall.domain.po.*;
import lombok.Builder;
import lombok.Data;

import java.util.List;

@Data
@Builder
public class InvestFollowRecordVo extends InvestFollowRecordEntity {

private InvestCustomerEntity customer;

private WxBrand brand;

private List<MallUserInfo> memberInfo ;

private MallUserInfo ownerInfo;
}

Loading…
Cancel
Save