fix:数据库连接问题、opc连接问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user