|
@@ -608,6 +608,7 @@ 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 {
|