yangys
2024-01-30 518766738fcf0c8086775056fd3fe935581a94f5
mdc-parent/mdc-collect/src/main/java/com/qianwen/mdc/service/scanet/PlcBitValue.java
@@ -1,15 +1,9 @@
/*    */ 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;
/*    */ }
package com.qianwen.mdc.service.scanet;
import com.github.s7connector.api.annotation.S7Variable;
import com.github.s7connector.impl.utils.S7Type;
/* Location:              D:\yangys\mdm\老代码\mdcplugin\mdc-plugin-0.0.1-SNAPSHOT-删除lib.jar!\BOOT-INF\classes\cn\net\hx\mdc\service\scanet\PlcBitValue.class
 * Java compiler version: 8 (52.0)
 * JD-Core Version:       1.1.3
 */
public class PlcBitValue {
  @S7Variable(type = S7Type.BOOL, byteOffset = 0, bitOffset = 0)
  public boolean value = false;
}