保存检测结果接口增加当前用户的参数标注
Cette révision appartient à :
Parent
ee5938e97f
révision
7783a360af
@ -101,7 +101,8 @@ public class ProductBatchDetectController {
|
||||
*/
|
||||
@ApiOperation(value = "保存检测等级和瑕疵名细", notes = "保存检测等级和瑕疵名细")
|
||||
@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 = "增加")
|
||||
@PostMapping("/saveDetectRusult")
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user