using DocumentServiceAPI.Core; using DocumentServiceAPI.Model.cyDocumentModel; namespace DocumentServiceAPI.Application.DocManage.Services { /// /// 项目查询类 /// public class ProjectManageService : BaseRepository, ITransient { } }