namespace WcsMain.EquipOperation.Entity;
///
/// 过账数据实体
///
public class TaskFeedBackEntity
{
///
/// 设备号
///
public int StackerId { get; set; }
///
/// 过账任务号
///
public int PlcId { get; set; }
///
/// 过账类型
///
public short FeedBackType { get; set; }
///
/// 序列号
///
public int CountNo { get; set; }
}