dc/Message/S2F42Item.cs
13118993771@163.com 5e9d0f1e2d EAP
2022-04-01 17:03:54 +08:00

22 rindas
655 B
C#

// ********************************************************************************
// 文件名字: S2F42Item
// 文件描述: S2F42Item
// 开发人员: Michael
// 创建时间: 2019/11/8 0:08
//
// 更新历史:
// + 创建 S2F42Item.cs 文件. by Michael @2019/11/8 0:08
// ********************************************************************************
using Glorysoft.SECS.EQP.Common;
using System;
namespace Glorysoft.SECS.EQP.Message
{
[Serializable]
public class S2F42Item : BaseMessage
{
public byte HCACK { get; set; }
public string CPNAME { get; set; }
public object CPACK { get; set; }
}
}