liurunyu
2025-06-19 b042d6a5ae1959ad79b489e1d0b01c057b68d5f6
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/monitor/p202404V201/cd65/CdCtrl.java
@@ -32,7 +32,7 @@
 */
@Slf4j
@Tag(name = "远程命令", description = "查询设备终端用户用水记录")
@RestController("cd65Ctrl")
@RestController("p202404V201Cd65Ctrl")
@RequestMapping(path = "p202404V201/cd65")
@RequiredArgsConstructor
@Scope("prototype") //因为有对象类属性,所以采用原型模式,每次请求新建一个实例对象