fix:数据库连接问题、opc连接问题

This commit is contained in:
songxiaopeng
2024-03-07 10:28:40 +08:00
parent 96c85e9d3d
commit 67a7abb5ca
3 changed files with 22 additions and 32 deletions

View File

@@ -1,15 +0,0 @@
package org.nl.wms.cockpit.service.dao;
import lombok.Data;
/**
* @author Administrator
*/
@Data
public class DeviceConditionVo {
private String deviceName;
private Integer failure;
private Integer shutdown;
private Integer standby;
private Integer running;
}