long
2023-09-02 e379948bb83ebcc9ce0c467a7b970f74bc00e9a1
1
2
3
4
5
6
package cn.stylefeng.guns.plcserver.server.DOP010;
 
public interface DOP010ServerInterface {
    public void monitor();
 
}