20 lines
500 B
JavaScript
20 lines
500 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.entityDesc = void 0;
|
|
;
|
|
exports.entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '抽象快递帐号',
|
|
attr: {
|
|
phatom1: '备用属性一',
|
|
phatom2: '备用属性二',
|
|
disabled: '是否禁用',
|
|
sort: '排序',
|
|
ships: '关联快递',
|
|
system: '所属系统',
|
|
},
|
|
},
|
|
},
|
|
};
|