|
@@ -19,6 +19,7 @@ type CygxArticleDepartmentRep struct {
|
|
|
DepartmentId int `description:"主键ID"`
|
|
|
CreateTime string `description:"创建时间"`
|
|
|
NickName string `description:"昵称"`
|
|
|
+ ImgUrl string `description:"头像链接"`
|
|
|
FollowNum int `description:"是否关注 1是 ,0 否"`
|
|
|
IsMyFollow bool `description:"是否关注"`
|
|
|
List []*IndustrialManagementIdInt
|