forked from integrated_whb/integrated_whb
动火作业 service层新增措施相关接口
parent
8c5051aaaf
commit
498e9adb9c
|
@ -24,4 +24,13 @@ public interface HotworkService {
|
|||
void cancel(PageData pd)throws Exception;
|
||||
|
||||
PageData findById(PageData pd) throws Exception;
|
||||
|
||||
//获取所有措施
|
||||
List<PageData> listAllMeasures() throws Exception;
|
||||
|
||||
//获取需要签字的措施
|
||||
List<PageData> listAllMeasuresForSign(PageData pd) throws Exception;
|
||||
|
||||
//获取所有签字完成的措施
|
||||
List<PageData> listSignFinishMeasures(PageData pd) throws Exception;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue