LiftControl.cs
441 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace XingYe_ACS.BaseStruct
{
public class LiftControl
{
/// <summary>
/// 地址
/// </summary>
public string address;
/// <summary>
/// 返回数据
/// </summary>
public byte[] receiveDate;
public string liftNo { get; set; }
}
}