22 lines
277 B
C#
22 lines
277 B
C#
1 year ago
|
|
||
|
|
||
|
//----------SysJobLog开始----------
|
||
|
|
||
|
|
||
|
using Admin.Core.Model;
|
||
|
|
||
|
namespace Admin.Core.IService
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// IService
|
||
|
/// </summary>
|
||
|
public interface ISysJobLogService :IBaseService<SysJobLog>
|
||
|
{
|
||
|
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
//----------SysJobLog结束----------
|
||
|
|
||
|
|