oak-pay-business/lib/entities/System.js

27 lines
789 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '系统',
attr: {
name: '名称',
description: '描述',
config: '设置',
payConfig: '支付相关设置',
platform: '平台',
super: '超级系统',
folder: '代码目录名',
style: '样式',
entity: '关联对象',
entityId: '关联对象id',
accounts: '关联账户',
withdrawAccounts: '关联提现账户',
oldestVersion: '支持app最低版本',
},
},
}
};