webc线索参加会销列表增加会销组id
This commit is contained in:
@@ -430,6 +430,7 @@
|
||||
|
||||
<select id="getPartnerExhibitionList" resultType="com.cool.store.vo.exhibition.PartnerExhibitionListVO">
|
||||
SELECT
|
||||
t2.exhibition_group_id AS exhibitionGroupId,
|
||||
t2.id AS exhibitionId,
|
||||
t2.exhibition_code AS exhibitionCode,
|
||||
t2.exhibition_name AS exhibitionName,
|
||||
|
||||
@@ -11,6 +11,9 @@ import lombok.Data;
|
||||
@Data
|
||||
public class PartnerExhibitionListVO {
|
||||
|
||||
@ApiModelProperty("会销组id")
|
||||
private String exhibitionGroupId;
|
||||
|
||||
@ApiModelProperty(value = "展会id", example = "123")
|
||||
private String exhibitionId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user