This commit is contained in:
Ivan Li
2021-04-24 14:47:45 +08:00
parent 7b715e807f
commit fba867e0b5
24 changed files with 627 additions and 393 deletions

View File

@@ -112,7 +112,7 @@ export class BaseDbService<Entity extends AppBaseEntity> extends TypeormHelper {
}
}
async canYouRemoveWithIds(ids: string[]): Promise<void> {
async canRemove(ids: string[]): Promise<void> {
return;
}