数据字典

 

文章分类

ArticleCategory
字段名称 字段类型 字段说明
uuid String 唯一标识
name String 分类名称
parent ArticleCategory 上级分类
children ArticleCategory List 子分类集合
createDate Date 创建时间
modifyDate Date 更新时间

 

文章

Article
字段名称 字段类型 字段说明
uuid String 唯一标识
headImg String 封面图片
title String 文章标题
author String 作者
content String 文章标题
seoTitle String seo优化标题
seoKeywords String seo关键字
seoDescription String seo描述
topFlag Boolean 是否置顶
hits Long 点击数
articleCategory ArticleCategory 文章所属分类
createDate Date 创建时间
modifyDate Date 更新时间

 

产品分类

ProductCategory
字段名称 字段类型 字段说明
uuid String 唯一标识
name String 分类名称
parent ProductCategory 上级分类
children ProductCategory List 子分类集合
createDate Date 创建时间
modifyDate Date 更新时间

 

产品

Product
字段名称 字段类型 字段说明
uuid String 唯一标识
headImg String 封面图片
title String 产品标题
author String 作者
content String 产品介绍
seoTitle String seo优化标题
seoKeywords String seo关键字
seoDescription String seo描述
topFlag Boolean 是否置顶
hits Long 点击数
productCategory ProductCategory 文章所属分类
createDate Date 创建时间
modifyDate Date 更新时间

 

自定义数据

CustomDataList,根据字段定义,按顺序去读取数据,最多15个字段
字段名称 字段类型 字段说明
columnA String 字段内容
columnB String 字段内容
columnC String 字段内容
columnD String 字段内容
columnE String 字段内容
columnF String 字段内容
columnG String 字段内容
columnH String 字段内容
columnI String 字段内容
columnJ String 字段内容
columnK String 字段内容
columnL String 字段内容
columnM String 字段内容
columnN String 字段内容
columnO String 字段内容
createDate Date 创建时间
modifyDate Date 更新时间

 

2019-06-27 19:52:37
0