import { CommonContentApi } from '../CommonContent'; export class ProductsContentApi extends CommonContentApi { constructor() { super(16, "非遗保护名录-非遗产品"); } } export default new ProductsContentApi();