Commit b7dcdfdd by 纪旭 韦

补全attendance配置

parent 7b96841b
using Performance.EntityModels;
using Performance.EntityModels.Entity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Performance.Repository.Repository
{
public partial class PerfoPperAttendanceTypeRepository : PerforRepository<per_attendance_type>
{
/// <summary>
/// per_attendance_type Repository
/// </summary>
public PerfoPperAttendanceTypeRepository(PerformanceDbContext context) : base(context)
{
}
}
}
using Performance.EntityModels;
using Performance.EntityModels.Entity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Performance.Repository.Repository
{
public partial class PerfoPperAttendanceVacationeRepository : PerforRepository<per_attendance_vacation>
{
/// <summary>
/// per_attendance_vacation Repository
/// </summary>
public PerfoPperAttendanceVacationeRepository(PerformanceDbContext context) : base(context)
{
}
}
}
using Performance.EntityModels; using Performance.EntityModels;
using Performance.EntityModels.Entity;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
...@@ -7,7 +8,7 @@ ...@@ -7,7 +8,7 @@
namespace Performance.Repository.Repository namespace Performance.Repository.Repository
{ {
public partial class PerforPerAttendanceRepository : PerforRepository<per_apr_amount> public partial class PerforPerAttendanceRepository : PerforRepository<per_attendance>
{ {
/// <summary> /// <summary>
/// per_attendance Repository /// per_attendance Repository
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment