|
@@ -44,6 +44,7 @@ type CygxYanxuanSpecialAuthorItem struct {
|
|
LatestPublishTime time.Time // 最近更新时间
|
|
LatestPublishTime time.Time // 最近更新时间
|
|
LatestPublishDate string // 最近更新时间
|
|
LatestPublishDate string // 最近更新时间
|
|
IsFollow int // 是否已关注 1已关注 0 未关注
|
|
IsFollow int // 是否已关注 1已关注 0 未关注
|
|
|
|
+ IsNeedPerfect bool // 专栏信息是否需要完善
|
|
//YanxuanSpecialCenter *CygxYanxuanSpecialCenterAuthorResp // 研选专栏文章内容
|
|
//YanxuanSpecialCenter *CygxYanxuanSpecialCenterAuthorResp // 研选专栏文章内容
|
|
}
|
|
}
|
|
|
|
|