liurunyu
2025-08-21 5715d16c6fc4842191c802adb2e3b94d19f44f17
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/monitor/p202404V201/cd9A/CdCtrl.java
@@ -30,7 +30,7 @@
 */
@Slf4j
@Tag(name = "远程命令", description = "查询设备年用水量")
@RestController("cd9ACtrl")
@RestController("p202404V201Cd9ACtrl")
@RequestMapping(path = "p202404V201/cd9A")
@RequiredArgsConstructor
@Scope("prototype") //因为有对象类属性,所以采用原型模式,每次请求新建一个实例对象