liurunyu
2025-05-29 fcc1cf275578bd3aa08ef50c6a611fb206b7aac9
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/monitor/p202404V201/cd86/CdCtrl.java
@@ -32,7 +32,7 @@
 */
@Slf4j
@Tag(name = "远程命令", description = "查询设备终端IP地址端口")
@RestController("cd86Ctrl")
@RestController("p202404V201Cd86Ctrl")
@RequestMapping(path = "p202404V201/cd86")
@RequiredArgsConstructor
@Scope("prototype") //因为有对象类属性,所以采用原型模式,每次请求新建一个实例对象