oak-general-business/lib/entities/SmsTemplate.js

38 lines
955 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '短信模板',
attr: {
system: '系统',
origin: '源',
templateName: '模板名称',
templateCode: '模板Code',
templateContent: '模板内容',
syncAt: '同步时间',
},
v: {
origin: {
ali: '阿里云',
tencent: '腾讯云',
ctyun: '天翼云',
qiniu: '七牛云',
},
},
},
},
style: {
color: {
origin: {
ali: '#1677ff',
tencent: '#0052d9',
ctyun: '#ff0000',
qiniu: '#37caff',
},
},
},
};