oak-domain/lib/entities/ModiEntity.js

19 lines
405 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
;
const entityDesc = {
locales: {
zh_CN: {
name: '更新对象连接',
attr: {
modi: '更新',
entity: '关联对象',
entityId: '关联对象id',
},
},
},
configuration: {
actionType: 'appendOnly',
}
};