package cn.stylefeng.guns.plcserver.server.OP010; import lombok.Synchronized; public interface OP010ServerInterface { public void monitor(); }