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