You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#region << 版 本 注 释 >>
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------
|
|
|
|
|
* 版权所有 (c) 2025 WenJY 保留所有权利。
|
|
|
|
|
* CLR版本:4.0.30319.42000
|
|
|
|
|
* 机器名称:Mr.Wen's MacBook Pro
|
|
|
|
|
* 命名空间:Sln.Iot.Model.dto
|
|
|
|
|
* 唯一标识:CF7EE865-8FD7-4B6E-BD69-B86E09886CB6
|
|
|
|
|
*
|
|
|
|
|
* 创建者:WenJY
|
|
|
|
|
* 电子邮箱:
|
|
|
|
|
* 创建时间:2025-04-11 15:10:36
|
|
|
|
|
* 版本:V1.0.0
|
|
|
|
|
* 描述:
|
|
|
|
|
*
|
|
|
|
|
*--------------------------------------------------------------------
|
|
|
|
|
* 修改人:
|
|
|
|
|
* 时间:
|
|
|
|
|
* 修改说明:
|
|
|
|
|
*
|
|
|
|
|
* 版本:V1.0.0
|
|
|
|
|
*--------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#endregion << 版 本 注 释 >>
|
|
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace Sln.Iot.Model.dto
|
|
|
|
|
{
|
|
|
|
|
public class TagInfo
|
|
|
|
|
{
|
|
|
|
|
public byte[] PC = new byte[2];
|
|
|
|
|
public int Count { get; set; }
|
|
|
|
|
public int RSSI{ get; set; }
|
|
|
|
|
public int Antana{ get; set; }
|
|
|
|
|
public byte[] EPC{ get; set; }
|
|
|
|
|
public byte[] Data{ get; set; }
|
|
|
|
|
public string PCstring = (string) null;
|
|
|
|
|
public string EPCstring = (string) null;
|
|
|
|
|
public DateTime Time{ get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|