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

14 lines
300 B
JavaScript

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