dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of https://sinanoaq.cn:8888/r/hazardInvestigationSyst...
郑永安
2023-07-24
0645153dfa233b51a749db73f9bd5a8c5127c595
[hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
specialWork
/
service
/
WorkHotPrintService.java
1
2
3
4
5
6
7
8
9
10
package com.gk.hotwork.specialWork.service;
import com.gk.hotwork.specialWork.entity.WorkApplyInfo;
import java.util.Map;
public interface WorkHotPrintService {
Map<String,Object> workHotPrint(WorkApplyInfo workApplyInfo);
}