This commit is contained in:
xiaopeng 2025-02-15 13:08:00 +08:00
parent a66e7e176f
commit cfe8ed4e18
2 changed files with 1 additions and 8 deletions

View File

@ -1,9 +1,4 @@
import {
CoolController,
BaseController,
CoolTag,
TagTypes,
} from '@cool-midway/core';
import { CoolController, BaseController } from '@cool-midway/core';
import { Body, Get, Inject, Post } from '@midwayjs/core';
import { BaseCodingService } from '../../service/coding';

View File

@ -1,7 +1,5 @@
import { App, IMidwayApplication, Init, Inject, Provide } from '@midwayjs/core';
import { BaseService } from '@cool-midway/core';
import { InjectEntityModel } from '@midwayjs/typeorm';
import { Repository } from 'typeorm';
import * as fs from 'fs';
import * as path from 'path';