SeminarContent.ts 248 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class SeminarContentApi extends CommonContentApi {
  3. constructor() {
  4. super(17, "非遗保护名录-非遗传习中心(所)", 221);
  5. }
  6. }
  7. export default new SeminarContentApi();