ProjectContent.ts 214 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class ProjectContentApi extends CommonContentApi {
  3. constructor() {
  4. super(19, "研究项目", 265);
  5. }
  6. }
  7. export default new ProjectContentApi();