dc/Common/BaseMessage.cs

9 lines
117 B
C#
Raw Permalink Normal View History

2022-04-01 17:03:54 +08:00
using System;
namespace Glorysoft.SECS.EQP.Common
{
[Serializable]
public class BaseMessage
{
}
}