11 lines
178 B
C#
11 lines
178 B
C#
using VOL.Core.BaseProvider;
|
|
using VOL.Entity.DomainModels;
|
|
|
|
namespace VOL.System.IServices
|
|
{
|
|
public partial interface ISys_LogService : IService<Sys_Log>
|
|
{
|
|
}
|
|
}
|
|
|