oak-domain/lib/entities/ModiEntity.js

14 lines
279 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
;
var actionType = 'appendOnly';
var locale = {
zh_CN: {
attr: {
modi: '更新',
entity: '关联对象',
entityId: '关联对象id',
},
},
};