chore: project manager

This commit is contained in:
xiaojunnuo
2026-02-04 18:24:15 +08:00
parent bb0afe1fa7
commit 2fc491015e
17 changed files with 1087 additions and 3 deletions
@@ -54,7 +54,6 @@ export class SubDomainService extends BaseService<SubDomainEntity> {
throw new Error('域名已存在');
}
return await super.add(bean)
}
}