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

34 lines
763 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
;
var entityDesc = {
locales: {
zh_CN: {
name: '公众号标签',
attr: {
text: 'tag名',
application: '关联应用',
wechatId: '微信端id',
sync: '同步状态',
syncAt: '同步时间',
},
},
},
indexes: [
{
name: 'index_text_application',
attributes: [
{
name: 'text',
},
{
name: 'application',
},
],
config: {
unique: true,
},
},
],
};