ZengTao
2024-05-06 c541e23b13fbd0c9a22ef325f2f9aff56329ff25
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;
        } 
    }