using Tiobon.Core.IServices.BASE; using Tiobon.Core.Model.Models; namespace Tiobon.Core.IServices; /// /// Ghrs_Attachment(自定义服务接口) /// public interface IGhrs_AttachmentServices : IBaseServices { }