|  |  |  | 
|---|
|  |  |  | /// 入库任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("入库任务号")] | 
|---|
|  |  |  | public int W_Inbound_TaskID { get; set; } | 
|---|
|  |  |  | public short W_Inbound_TaskID { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 出库任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("出库任务号")] | 
|---|
|  |  |  | public int W_Outbound_TaskID { get; set; } | 
|---|
|  |  |  | public short W_Outbound_TaskID { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 来料长度 | 
|---|
|  |  |  | 
|---|
|  |  |  | /// 分配出库库位号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("分配出库库位号")] | 
|---|
|  |  |  | public string W_Destination_Out { get; set; } | 
|---|
|  |  |  | public int W_Destination_Out { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 是否旋转 | 
|---|
|  |  |  | 
|---|
|  |  |  | /// 包件长 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("包件长")] | 
|---|
|  |  |  | public string W_PackageLength { get; set; } | 
|---|
|  |  |  | public short W_PackageLength { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 包件宽 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("包件宽")] | 
|---|
|  |  |  | public string W_PackageWidth { get; set; } | 
|---|
|  |  |  | public short W_PackageWidth { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 纸箱高 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("纸箱高")] | 
|---|
|  |  |  | public string W_CartonHeight { get; set; } | 
|---|
|  |  |  | public short W_CartonHeight { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 纸箱宽 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("纸箱宽")] | 
|---|
|  |  |  | public string W_CartonWidth { get; set; } | 
|---|
|  |  |  | public short W_CartonWidth { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 放料X偏移 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("放料X偏移")] | 
|---|
|  |  |  | public string W_X_Offset { get; set; } | 
|---|
|  |  |  | public short W_X_Offset { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 放料Y偏移 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("放料Y偏移")] | 
|---|
|  |  |  | public string W_Y_Offset { get; set; } | 
|---|
|  |  |  | public short W_Y_Offset { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 入库完成已确认 | 
|---|
|  |  |  | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛末板标志")] | 
|---|
|  |  |  | public bool W_EndMark { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛首板标志 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛首板标志")] | 
|---|
|  |  |  | public bool W_FirstMark { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | 
|---|
|  |  |  | [Description("码垛位置坐标Y")] | 
|---|
|  |  |  | public short W_PalletizingPlaceY { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛位置坐标Z | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛位置坐标Z")] | 
|---|
|  |  |  | public short W_PalletizingPlaceZ { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛任务完成确认 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛任务完成确认")] | 
|---|
|  |  |  | public bool W_PalletizingTaskFinish { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 模式(1:入库, 2:出库   3:强制出库) | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("模式(1:入库, 2:出库   3:强制出库)")] | 
|---|
|  |  |  | public short W_Mode { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 合包任务完成确认 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("合包任务完成确认")] | 
|---|
|  |  |  | public bool W_SurroundTaskFinish { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 合包任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("合包任务号")] | 
|---|
|  |  |  | public short W_SurroundTaskNo { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛首末板 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛首末板")] | 
|---|
|  |  |  | public short W_PalletizingBucketType { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛末板标志")] | 
|---|
|  |  |  | public string W_EndMark { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛首板标志 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛首板标志")] | 
|---|
|  |  |  | public string W_FirstMark { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | 
|---|
|  |  |  | [Description("码垛位置坐标Y")] | 
|---|
|  |  |  | public string W_PalletizingPlaceY { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛位置坐标Z | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛位置坐标Z")] | 
|---|
|  |  |  | public string W_PalletizingPlaceZ { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛任务完成确认 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛任务完成确认")] | 
|---|
|  |  |  | public string W_PalletizingTaskFinish { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛首末板 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛首末板")] | 
|---|
|  |  |  | public string W_PalletizingBucketType { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 齐套信息(998齐套,999异常出库) | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | 
|---|
|  |  |  | [Description("入库完成已确认")] | 
|---|
|  |  |  | public string W_InboundFinishConfirm { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 合包任务完成确认 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("合包任务完成确认")] | 
|---|
|  |  |  | public string W_SurroundTaskFinish { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 合包任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("合包任务号")] | 
|---|
|  |  |  | public string W_SurroundTaskNo { get; set; } | 
|---|
|  |  |  | #region 出库相关 | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛位置2状态")] | 
|---|
|  |  |  | public short R_PalletizingStation2 { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛任务接收完成 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛任务接收完成")] | 
|---|
|  |  |  | public bool R_PalletizingAck { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 强制出库模式 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("强制出库模式")] | 
|---|
|  |  |  | public bool R_ForceOutboundMode { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 合包任务完成 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("合包任务完成")] | 
|---|
|  |  |  | public bool R_SurrouondTaskFinish { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 合包任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("合包任务号")] | 
|---|
|  |  |  | public short R_SurrouondTaskNo { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public class StationDBForReadComm | 
|---|
|  |  |  | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛位置2状态")] | 
|---|
|  |  |  | public string R_PalletizingStation2 { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 强制出库模式 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("强制出库模式")] | 
|---|
|  |  |  | public string R_ForceOutboundMode { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 合包任务完成 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("合包任务完成")] | 
|---|
|  |  |  | public string R_SurrouondTaskFinish { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 合包任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("合包任务号")] | 
|---|
|  |  |  | public string R_SurrouondTaskNo { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 码垛任务接收完成 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [Description("码垛任务接收完成")] | 
|---|
|  |  |  | public string R_PalletizingAck { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|