保存检测结果接口增加当前用户的参数标注
This commit is contained in:
parent
ee5938e97f
commit
7783a360af
@ -101,7 +101,8 @@ public class ProductBatchDetectController {
|
|||||||
*/
|
*/
|
||||||
@ApiOperation(value = "保存检测等级和瑕疵名细", notes = "保存检测等级和瑕疵名细")
|
@ApiOperation(value = "保存检测等级和瑕疵名细", notes = "保存检测等级和瑕疵名细")
|
||||||
@ApiImplicitParams({
|
@ApiImplicitParams({
|
||||||
@ApiImplicitParam(name = "productBatchDetectInfo", value = "批次加工单、工序、批次明细、检测等级、瑕疵名细混合对象", paramType = "body", dataType = "ProductBatchDetectInfo", required = true)
|
@ApiImplicitParam(name = "productBatchDetectInfo", value = "批次加工单、工序、批次明细、检测等级、瑕疵名细混合对象", paramType = "body", dataType = "ProductBatchDetectInfo", required = true),
|
||||||
|
@ApiImplicitParam(name = "currentUser", value = "当前用户", paramType = "body", dataType = "CurrentUser", required = true)
|
||||||
})
|
})
|
||||||
@OperateLog(description = "保存检测等级和瑕疵名细", type = "增加")
|
@OperateLog(description = "保存检测等级和瑕疵名细", type = "增加")
|
||||||
@PostMapping("/saveDetectRusult")
|
@PostMapping("/saveDetectRusult")
|
||||||
|
Loading…
Reference in New Issue
Block a user