Commit 9191771d authored by hanbing's avatar hanbing

[update] 测试提交

parent 33ae4472
......@@ -30,7 +30,7 @@ public class SignalCommandController {
return feignProxyService.schemeSend(schemeSendVO);
}
@ApiOperation(value = "计划下发-计划信息、时段信息", notes = "计划下发-计划信息、时段信息")
@ApiOperation(value = "计划下发-计划信息、时段信息", notes = "计划下发-计划信息、时段信息 ")
@PostMapping("/planSend")
public JsonViewObject planSend(@RequestBody @Validated PlanSendVO planSendVO) {
return feignProxyService.planSend(planSendVO);
......
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