using System; using System.Collections.Generic; using ZR.Model.System; namespace ZR.Service.System.IService { /// /// 通知公告表service接口 /// /// @author zr /// @date 2021-12-15 /// public interface ISysNoticeService: IBaseService { List GetSysNotices(); } }