|
|
|
|
|
//----------SysJobLog开始----------
|
|
|
|
|
|
|
|
using Admin.Core.Model.Sys;
|
|
|
|
namespace Admin.Core.IRepository.ISys
|
|
{
|
|
/// <summary>
|
|
/// IRepository
|
|
/// </summary>
|
|
public interface ISysJobLogRepository : IBaseRepository<SysJobLog>//类名
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
|
|
//----------SysJobLog结束----------
|
|
|