liurunyu
20 小时以前 d84347d546b2e20ea6cbc710746828ff9a93a302
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/monitor/p202404V201/cdA2/CdCtrl.java
@@ -32,7 +32,7 @@
 */
@Slf4j
@Tag(name = "远程命令", description = "App远程开阀")
@RestController("cdA2Ctrl")
@RestController("p202404V201CdA2Ctrl")
@RequestMapping(path = "p202404V201/cdA2")
@RequiredArgsConstructor
@Scope("prototype") //因为有对象类属性,所以采用原型模式,每次请求新建一个实例对象