RouteContent.ts 216 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class RouteContentApi extends CommonContentApi {
  3. constructor() {
  4. super(17, "文化旅游路线", 274);
  5. }
  6. }
  7. export default new RouteContentApi();