;
const entityDesc = {
locales: {
zh_CN: {
name: '微信模板',
attr: {
system: '系统',
origin: '源',
templateName: '模板名称',
templateCode: '模板Code',
templateContent: '模板内容',
syncAt: '同步时间'
},
v: {
origin: {
ali: '阿里云',
tencent: '腾讯云',
}
};
export {};