long
2023-09-08 85b11cfb0f3ffc8a2fbdc2f6fbd26770b1346913
提交 | 用户 | 时间
71e81e 1 package cn.stylefeng.guns.plcserver.server.EOP010;
2
3 public interface EOP010ServerInterface {
4     public void monitor();
5
6 }