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

31 lines
644 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '提现途径',
attr: {
name: '姓名',
code: '帐号',
data: 'metadata',
channel: '提现通道',
}
},
},
indexes: [
{
name: 'code_uniqe',
attributes: [
{
name: 'code',
}
],
config: {
unique: true,
},
},
],
};