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