JiShe.CollectBus/JiShe.CollectBus.Protocol/IStandardProtocolPlugin.cs
2024-09-30 17:53:14 +08:00

13 lines
217 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiShe.CollectBus.Protocol
{
public interface IStandardProtocolPlugin
{
}
}