SysNotice Implement
This commit is contained in:
15
ZR.Service/System/IService/ISysNoticeService.cs
Normal file
15
ZR.Service/System/IService/ISysNoticeService.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using ZR.Model.Models;
|
||||
|
||||
namespace ZR.Service.System.IService
|
||||
{
|
||||
/// <summary>
|
||||
/// 通知公告表service接口
|
||||
///
|
||||
/// @author zr
|
||||
/// @date 2021-12-15
|
||||
/// </summary>
|
||||
public interface ISysNoticeService: IBaseService<SysNotice>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user