using Infrastructure.Attribute; using ZR.Model.System; namespace ZR.Service.IService { public interface ISysFileService : IBaseService { } }