Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
b7dcdfdd
Commit
b7dcdfdd
authored
Mar 15, 2022
by
纪旭 韦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补全attendance配置
parent
7b96841b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
1 deletions
+42
-1
performance/Performance.Repository/Repository/PerfoPperAttendanceTypeRepository.cs
+20
-0
performance/Performance.Repository/Repository/PerfoPperAttendanceVacationeRepository.cs
+20
-0
performance/Performance.Repository/Repository/PerforPerAttendanceRepository.cs
+2
-1
No files found.
performance/Performance.Repository/Repository/PerfoPperAttendanceTypeRepository.cs
0 → 100644
View file @
b7dcdfdd
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
)
{
}
}
}
performance/Performance.Repository/Repository/PerfoPperAttendanceVacationeRepository.cs
0 → 100644
View file @
b7dcdfdd
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
)
{
}
}
}
performance/Performance.Repository/Repository/PerforPerAttendanceRepository.cs
View file @
b7dcdfdd
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_a
pr_amount
>
public
partial
class
PerforPerAttendanceRepository
:
PerforRepository
<
per_a
ttendance
>
{
{
/// <summary>
/// <summary>
/// per_attendance Repository
/// per_attendance Repository
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment