using DocumentServiceAPI.Core; using DocumentServiceAPI.Model; namespace DocumentServiceAPI.Application.System.Services { /// /// 投标单位操作类 /// public class OrganizationService : BaseRepository, ITransient { } }