using System;
using Infrastructure.Attribute;
using ARW.Repository.System;
using ARW.Model.Models.Business.Custom.CustomerLoginLogs;
namespace ARW.Repository.Business.Custom.CustomerLoginLogs
{
///
/// 客户登录日志仓储
///
/// @author lwh
/// @date 2023-11-21
///
[AppService(ServiceLifetime = LifeTime.Transient)]
public class CustomerLoginLogRepository : BaseRepository
{
#region 业务逻辑代码
#endregion
}
}