dashboard
repositories
filestore
activity
search
login
main
/
gitlab
原gitlab项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
gitlab迁移
郑永安
2023-06-19
c8188c0fc9edf6ea3feda5b6f11dcb014af2a89e
[gitlab.git]
/
hazardInvestigationSystem
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
specialWork
/
service
/
WorkTemporaryPowerPrintService.java
1
2
3
4
5
6
7
8
9
10
11
package com.gk.hotwork.specialWork.service;
import com.gk.hotwork.specialWork.entity.WorkApplyInfo;
import javax.servlet.http.HttpServletResponse;
import java.util.Map;
public interface WorkTemporaryPowerPrintService {
Map<String,Object> workTemporaryPowerPrint(HttpServletResponse response, WorkApplyInfo workApplyInfo);
}