wuyouming666
2024-05-20 183c3ed6b30e3edf5e44c8bd2128d3be968bc1f4
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,7 +71,10 @@
            return stringdatas[0]+"."+dbwindex+"."+bitindex;
        }
        public void setAddressIndex(int addressindex) {
    public void setAddressIndex(int addressindex) {
            this.addressIndex = addressindex;
        } 
    }