This commit is contained in:
啊平 2021-02-22 19:08:17 +08:00
parent 0964f585f2
commit 11749da7c4

View File

@ -1,4 +1,4 @@
import { Get, Provide, Inject, Query, Post } from '@midwayjs/decorator';
import { Provide } from '@midwayjs/decorator';
import { CoolController, BaseController } from 'midwayjs-cool-core';
import { Role } from '../entity/role';