ZengTao
2024-01-31 3614b4f694d9d40708df6477d56a40b9311ad48a
springboot-vue3/src/main/java/com/example/springboot/entity/device/PlcBitInfo.java
@@ -2,6 +2,9 @@
import com.example.springboot.component.S7control;
import java.util.ArrayList;
import java.util.List;
public  class PlcBitInfo {
        public PlcBitInfo(String startAddress) {
@@ -68,6 +71,9 @@
            return stringdatas[0]+"."+dbwindex+"."+bitindex;
        }
        public void setAddressIndex(int addressindex) {
            this.addressIndex = addressindex;
        }