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

16 lines
349 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '物流公司系统连接',
attr: {
shipCompany: '物流公司',
system: '系统连接'
},
},
},
};