feat: midway注解方式编写插件

This commit is contained in:
xiaojunnuo
2023-01-07 23:22:02 +08:00
parent e4ec4e1404
commit 52522f27e9
16 changed files with 156 additions and 238 deletions
+3
View File
@@ -13,3 +13,6 @@ export type AccessDefine = Registrable & {
export interface IAccessService {
getById(id: any): Promise<any>;
}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface IAccess {}