22 lines
602 B
JavaScript
22 lines
602 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
;
|
|
const entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '公众号标签',
|
|
attr: {
|
|
application: '关联应用',
|
|
wechatId: '微信端id',
|
|
title: '标题',
|
|
primaryIndustry: '所属一级行业',
|
|
deputyIndustry: '所属二级行业',
|
|
content: '内容',
|
|
example: '示例',
|
|
param: '选填参数',
|
|
syncAt: '同步时间',
|
|
},
|
|
},
|
|
},
|
|
};
|