hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/s7/entity/S7DataWL.java
@@ -1,6 +1,6 @@
package com.mes.s7.entity;
import com.github.xingshuangs.iot.protocol.common.enums.EDataType;
import com.github.xingshuangs.iot.common.enums.EDataType;
import com.github.xingshuangs.iot.protocol.s7.serializer.S7Variable;
import lombok.AllArgsConstructor;
import lombok.Builder;
@@ -43,13 +43,13 @@
    @S7Variable(address = "DB49.118", type = EDataType.FLOAT32)
    private Float speed;
    @S7Variable(address = "DB49.2", type = EDataType.STRING, count = 20)
    @S7Variable(address = "DB49.2", type = EDataType.STRING, count = 14)
    private String glassIdIn;
    @S7Variable(address = "DB49.24", type = EDataType.STRING, count = 20)
    @S7Variable(address = "DB49.24", type = EDataType.STRING, count = 14)
    private String glassIdOut;
    @S7Variable(address = "DB49.94", type = EDataType.STRING, count = 20)
    @S7Variable(address = "DB49.94", type = EDataType.STRING, count = 14)
    private String glassId;
    @S7Variable(address = "DB49.112.0", type = EDataType.BOOL)