|
@@ -608,7 +608,6 @@ type CygxActivitySpecialDetail struct {
|
|
IndustrialSubjectName string `description:"标的名称(相关公司)"`
|
|
IndustrialSubjectName string `description:"标的名称(相关公司)"`
|
|
Scale string `description:"管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。多个用, 隔开"`
|
|
Scale string `description:"管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。多个用, 隔开"`
|
|
CustomerTypeIds string `description:"活动可见的客户类型,多个ID用 , 隔开"`
|
|
CustomerTypeIds string `description:"活动可见的客户类型,多个ID用 , 隔开"`
|
|
- IsFollow bool `description:"是否关注新调研通知"`
|
|
|
|
}
|
|
}
|
|
|
|
|
|
type GetCygxActivitySpecialDetailListResp struct {
|
|
type GetCygxActivitySpecialDetailListResp struct {
|
|
@@ -625,6 +624,7 @@ type CygxActivitySpecialResp struct {
|
|
MsgType string `description:"Type : 类型 , Industry : 行业"`
|
|
MsgType string `description:"Type : 类型 , Industry : 行业"`
|
|
SellerMobile string `description:"销售电话"`
|
|
SellerMobile string `description:"销售电话"`
|
|
SellerName string `description:"销售姓名"`
|
|
SellerName string `description:"销售姓名"`
|
|
|
|
+ IsFollow bool `description:"是否关注新调研通知"`
|
|
Detail *CygxActivitySpecialDetail
|
|
Detail *CygxActivitySpecialDetail
|
|
}
|
|
}
|
|
|
|
|