# 文章标签表
Model名称: Tag
Field | Type | Description |
---|---|---|
name | String | 标签名称 |
# 虚拟字段(数据动态计算,不做存储)
Field | Type | Description |
---|---|---|
articleCount | Number | 文章个数 |
articlePublishedCount | Number | 已发布文章个数 |
articleList | Array<article> | 文章列表 |
← 留言
Model名称: Tag
Field | Type | Description |
---|---|---|
name | String | 标签名称 |
Field | Type | Description |
---|---|---|
articleCount | Number | 文章个数 |
articlePublishedCount | Number | 已发布文章个数 |
articleList | Array<article> | 文章列表 |
← 留言