mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-10 16:12:50 +00:00
v8.x
This commit is contained in:
parent
a66e7e176f
commit
cfe8ed4e18
@ -1,9 +1,4 @@
|
|||||||
import {
|
import { CoolController, BaseController } from '@cool-midway/core';
|
||||||
CoolController,
|
|
||||||
BaseController,
|
|
||||||
CoolTag,
|
|
||||||
TagTypes,
|
|
||||||
} from '@cool-midway/core';
|
|
||||||
import { Body, Get, Inject, Post } from '@midwayjs/core';
|
import { Body, Get, Inject, Post } from '@midwayjs/core';
|
||||||
import { BaseCodingService } from '../../service/coding';
|
import { BaseCodingService } from '../../service/coding';
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,5 @@
|
|||||||
import { App, IMidwayApplication, Init, Inject, Provide } from '@midwayjs/core';
|
import { App, IMidwayApplication, Init, Inject, Provide } from '@midwayjs/core';
|
||||||
import { BaseService } from '@cool-midway/core';
|
import { BaseService } from '@cool-midway/core';
|
||||||
import { InjectEntityModel } from '@midwayjs/typeorm';
|
|
||||||
import { Repository } from 'typeorm';
|
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user