oak-general-business/lib/entities/SubwayStation.js

15 lines
331 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
exports.entityDesc = {
locales: {
zh_CN: {
name: "地铁站点连接表",
attr: {
station: "站点",
subway: "地铁线",
},
},
}
};