Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
zhangshaowu
/
pipi-helper
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 15fbcacd
authored
Oct 16, 2022
by
zhangshaowu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
排班信息
1 parent
ebc9ed34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
src/main/java/com/pipihelper/project/rostering/service/impl/RosteringServiceImpl.java
src/main/java/com/pipihelper/project/rostering/service/impl/RosteringServiceImpl.java
View file @
15fbcac
...
...
@@ -40,6 +40,10 @@ import java.util.stream.Collectors;
@Service
public
class
RosteringServiceImpl
implements
RosteringService
{
@Autowired
private
RosteringStaffDao
rosteringStaffDao
;
...
...
@@ -117,6 +121,21 @@ public class RosteringServiceImpl implements RosteringService {
}
@Override
public
void
createStaff
(
RosteringStaff
rosteringStaff
)
{
}
@Override
public
void
deleteStaff
(
Integer
id
)
{
}
@Override
public
void
updateStaff
(
RosteringStaff
rosteringStaff
)
{
}
@Override
public
List
<
RosteringStaff
>
findAllStaff
()
{
return
rosteringStaffDao
.
findAll
();
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment