9 lines
165 B
C#
9 lines
165 B
C#
using ZR.Model.System;
|
|
using ZR.Service;
|
|
|
|
namespace ZR.ServiceCore.Services.IService;
|
|
|
|
public interface ISysNoticeLogService : IBaseService<SysNoticeLog>
|
|
{
|
|
|
|
} |