新增系统通知实时通知给连接的客户端
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using ZR.Model.Models;
|
||||
|
||||
namespace ZR.Service.System.IService
|
||||
@@ -11,5 +12,6 @@ namespace ZR.Service.System.IService
|
||||
/// </summary>
|
||||
public interface ISysNoticeService: IBaseService<SysNotice>
|
||||
{
|
||||
List<SysNotice> GetSysNotices();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user