const entityDesc = {
locales: {
zh_CN: {
name: '文章分类',
attr: {
name: '分类标题',
isArticle: '是否存在文章',
parent: '所属分类',
entity: '对象',
entityId: '对象Id',
isLeaf: '结点下是否存在叶子结点',
files: '文件',
latestAt: '最近编辑'
},
};
export {};