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

22 lines
512 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '系统资金移动',
attr: {
price: '金额',
externalId: '外部流水号',
operator: '操作者',
remark: '备注',
system: '所属系统'
},
},
},
configuration: {
actionType: 'appendOnly',
}
};