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

16 lines
327 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '物流订单连接表',
attr: {
ship: '物流',
order: '订单',
},
},
},
};