import { CommonContentApi } from '../CommonContent'; export class ProjectContentApi extends CommonContentApi { constructor() { super(19, "研究项目", 265); } } export default new ProjectContentApi();