Commit 4dcb5573 authored by suhuiguang's avatar suhuiguang

reafact(jyjc): 报检规则4.0开发

1.增加注释
parent 303b37a2
......@@ -17,14 +17,19 @@ public interface JyjcServiceFeignClient {
/**
* 报检结果接收
* 报检结果接收-非压力管道
*
* @param resultDataModels 请求体
* @param resultDataModels 多个设备维度
* @return 是否成功
*/
@RequestMapping(value = "/jyjc-inspection-result/receive", method = RequestMethod.POST)
ResponseModel<List<JyjcInspectionResultDataModel>> saveResultDataBatch(@RequestBody List<JyjcInspectionResultDataModel> resultDataModels);
/**
* 报检结果接收-压力管道
* @param resultDataModels 多个装置维度
* @return 上传的数据
*/
@RequestMapping(value = "/jyjc-inspection-result/pipeline/receive", method = RequestMethod.POST)
ResponseModel<List<PipelineInspectionResultDto>> savePipelineResultDataBatch(@RequestBody List<PipelineInspectionResultDto> resultDataModels);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment