9 lines
117 B
C#
9 lines
117 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Glorysoft.SECS.EQP.Common
|
|||
|
{
|
|||
|
[Serializable]
|
|||
|
public class BaseMessage
|
|||
|
{
|
|||
|
}
|
|||
|
}
|