package com.qianwen.mdc.service.scanet; import com.github.s7connector.api.annotation.S7Variable; import com.github.s7connector.impl.utils.S7Type; public class PlcBitValue { @S7Variable(type = S7Type.BOOL, byteOffset = 0, bitOffset = 0) public boolean value = false; }