forked from integrated_whb/integrated_whb
动火作业 service层新增措施相关接口
parent
1df78fdd26
commit
298b10c1de
|
@ -29,11 +29,11 @@ public interface HotworkService {
|
||||||
PageData checkWorkCount(PageData pd);
|
PageData checkWorkCount(PageData pd);
|
||||||
|
|
||||||
//获取所有措施(bus_hotwork_measures)
|
//获取所有措施(bus_hotwork_measures)
|
||||||
// List<PageData> listAllMeasures() throws Exception;
|
List<PageData> listAllMeasures() throws Exception;
|
||||||
//
|
//
|
||||||
// //获取需要签字的措施(bus_hotworktomeasures)
|
// //获取需要签字的措施(bus_hotworktomeasures)
|
||||||
// List<PageData> listAllMeasuresForSign(PageData pd) throws Exception;
|
List<PageData> listAllMeasuresForSign(PageData pd) throws Exception;
|
||||||
//
|
//
|
||||||
// //获取所有签字完成的措施(bus_hotworktomeasures)
|
// //获取所有签字完成的措施(bus_hotworktomeasures)
|
||||||
// List<PageData> listSignFinishMeasures(PageData pd) throws Exception;
|
List<PageData> listSignFinishMeasures(PageData pd) throws Exception;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue