随笔分类 -  设计模式

摘要:/// <summary> /// PLC处理器 /// </summary> public interface IPlcHandler { void Request(IPlcContext context); } /// <summary> /// PLC的数据上下文 /// </summary> 阅读全文
posted @ 2024-01-23 20:32 孤沉 阅读(15) 评论(0) 推荐(0)