dashboard
repositories
filestore
activity
search
login
main
/
SafePlatform.gitlab
原gitlab中SafePlatform项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
remove and commit
郑永安
2023-06-19
7a6abd05683528032687c75e80e0bd2030a3e46c
[SafePlatform.gitlab.git]
/
account
/
account-service
/
src
/
main
/
java
/
com
/
gkhy
/
safePlatform
/
account
/
service
/
baseService
/
BreakTimeDateInfoService.java
1
2
3
4
5
6
7
package com.gkhy.safePlatform.account.service.baseService;
import com.baomidou.mybatisplus.extension.service.IService;
import com.gkhy.safePlatform.account.entity.schedule.BreakTimeDateInfo;
public interface BreakTimeDateInfoService extends IService<BreakTimeDateInfo> {
}