|
@@ -8,7 +8,7 @@ const MoneyPlugin = require('naf-framework-mongoose-free/lib/model/type-money-pl
|
|
|
const shopCashOut = {
|
|
|
shop: { type: String, required: false, zh: '店铺', ref: 'Shop.Shop' }, //
|
|
|
apply_time: { type: String, required: false, zh: '申请时间' }, //
|
|
|
- deal_person: { type: String, required: false, zh: '审核处理人' }, //
|
|
|
+ deal_person: { type: String, required: false, zh: '审核处理人', ref: 'User.admin' }, //
|
|
|
exam_time: { type: String, required: false, zh: '审核时间' }, //
|
|
|
card: { type: String, required: false, zh: '银行卡号' }, //
|
|
|
card_name: { type: String, required: false, zh: '银行卡所属' }, //
|