Merge remote-tracking branch 'hs/dev/feat/partner1.3_20230828' into dev/feat/partner1.3_20230828
This commit is contained in:
@@ -18,7 +18,7 @@ public class PartnerIntentApplyRequest {
|
||||
private String type;
|
||||
private String keyword;
|
||||
private Integer callStatus;
|
||||
private List<String> userPortraitIdList;
|
||||
private List<Long> userPortraitIdList;
|
||||
private Long lastFollowStartTime;
|
||||
private Long lastFollowEndTime;
|
||||
private List<Long> userChannelIdList;
|
||||
|
||||
@@ -6,6 +6,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
@@ -45,5 +46,7 @@ public class PrivateSeaLineListRequest extends PageInfoRequest {
|
||||
@ApiModelProperty("【storeCode -推荐店铺编码】、【storeName 推荐店铺名称】、【partnerName 加盟商姓名】或【partnerMobile 手机号】")
|
||||
private String storeKeywordType;
|
||||
|
||||
private List<Long> userPortraitIdList;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user