InheritorContent.ts 249 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class InheritorContentApi extends CommonContentApi {
  3. constructor() {
  4. super(undefined, 7, "非遗保护名录-非遗传承人", 38);
  5. }
  6. }
  7. export default new InheritorContentApi();