forked from yoone/API
1
0
Fork 0

refactor: 移除未使用的 WpSite 接口导入

This commit is contained in:
zhuotianyuan 2025-12-23 17:50:24 +08:00
parent 5ca3c94afc
commit 0057585da3
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import { Provide, Scope, ScopeEnum } from '@midwayjs/core';
import { InjectEntityModel } from '@midwayjs/typeorm';
import { Repository, Like, In } from 'typeorm';
import { Site } from '../entity/site.entity';
import { WpSite } from '../interface';
import { UpdateSiteDTO } from '../dto/site.dto';
@Provide()