dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
file文件-部分
zhangfeng
2023-07-24
7848d39d309056ac1a13d40d99f9108e5f6a0584
[hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
specialWork
/
service
/
WorkGroundBreakingPrintService.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 WorkGroundBreakingPrintService {
Map<String,Object> workGroundBreakingPrint(HttpServletResponse response, WorkApplyInfo workApplyInfo);
}