using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_Tasks.辅料仓
{
public class FLReadData
{
///输送线
///
/// 放货完成(写)
///
public bool W_PutFinish5;
///
/// 托盘号
///
public string W_Barcode5;
///
/// 写入任务号
///
public string W_TaskNum5;
///
/// 入库到位指令
///
public bool R_ConveyArrivaled5;
///
/// 入库到位托盘号
///
public string R_Barcode5;
///
/// 入库到位任务号
///
public string R_TaskNum5;
///
/// 放货完成(写)
///
public bool W_PutFinish1;
///
/// 是否允许放货(读)
///
public bool R_IsCanPut;
}
}