Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.Interface/IServiceTemplate/ILoginLogService.cs
2022-10-01 23:53:43 +08:00

10 lines
194 B
C#

using Yi.Framework.Model.Models;
using Yi.Framework.Repository;
namespace Yi.Framework.Interface
{
public partial interface ILoginLogService:IBaseService<LoginLogEntity>
{
}
}