浏览代码

作者头像

xingzai 3 年之前
父节点
当前提交
3c2f06d729
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/article_department.go

+ 1 - 0
models/article_department.go

@@ -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