提交 19582e4e authored 作者: 邓砥奕's avatar 邓砥奕

注释维修接口

上级 ec730d76
......@@ -566,23 +566,23 @@ public class RepairController {
// return ResponseEntity.ok(saveEntity);
// }
@ApiOperation(value = "送国家维修装备出库审核", notes = "可以通过这个接口送国家维修装备出库审核")
@PostMapping(value = "/sendCountry/confirm")
public ResponseEntity sendCountryConfirm(@RequestBody RepairConfirmVo deviceRepairConfirmVo) {
return null;
}
@ApiOperation(value = "送国家维修装备入库接收", notes = "可以通过这个接口送国家维修装备入库接收")
@PostMapping(value = "/sendCountry/receive")
public ResponseEntity sendCountryReceive() {
return null;
}
@ApiOperation(value = "送国家维修装备入库审核", notes = "可以通过这个接口送国家维修装备入库审核")
@PostMapping(value = "/sendCountry/receive/confirm")
public ResponseEntity sendCountryReceiveConfirm(@RequestBody RepairConfirmVo deviceRepairConfirmVo) {
return null;
}
// @ApiOperation(value = "送国家维修装备出库审核", notes = "可以通过这个接口送国家维修装备出库审核")
// @PostMapping(value = "/sendCountry/confirm")
// public ResponseEntity sendCountryConfirm(@RequestBody RepairConfirmVo deviceRepairConfirmVo) {
// return null;
// }
//
// @ApiOperation(value = "送国家维修装备入库接收", notes = "可以通过这个接口送国家维修装备入库接收")
// @PostMapping(value = "/sendCountry/receive")
// public ResponseEntity sendCountryReceive() {
// return null;
// }
//
// @ApiOperation(value = "送国家维修装备入库审核", notes = "可以通过这个接口送国家维修装备入库审核")
// @PostMapping(value = "/sendCountry/receive/confirm")
// public ResponseEntity sendCountryReceiveConfirm(@RequestBody RepairConfirmVo deviceRepairConfirmVo) {
// return null;
// }
@ApiOperation(value = "修好装备出库", notes = "可以通过这个接口修好装备出库")
@PostMapping(value = "/back")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论