using ZR.Service; using ZR.ServiceCore.Model; namespace ZR.ServiceCore.Services.IService; public interface ISysBlockService : IBaseService { }