hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/s7/entity/S7DataMBExtra.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,16 +43,16 @@
    @S7Variable(address = "DB49.102", type = EDataType.UINT16)
    private Integer thicknessTwo;
    @S7Variable(address = "DB49.2", type = EDataType.STRING, count = 20)
    @S7Variable(address = "DB49.2", type = EDataType.STRING, count = 14)
    private String plcGlassIdOne;
    @S7Variable(address = "DB49.24", type = EDataType.STRING, count = 20)
    @S7Variable(address = "DB49.24", type = EDataType.STRING, count = 14)
    private String mesGlassIdOne;
    @S7Variable(address = "DB49.54", type = EDataType.STRING, count = 20)
    @S7Variable(address = "DB49.54", type = EDataType.STRING, count = 14)
    private String plcGlassIdTwo;
    @S7Variable(address = "DB49.76", type = EDataType.STRING, count = 20)
    @S7Variable(address = "DB49.76", type = EDataType.STRING, count = 14)
    private String mesglassIdTwo;
}