| | |
| | | /// 包件长 |
| | | /// </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 int W_SurroundTaskNo { get; set; } |
| | | public short W_SurroundTaskNo { get; set; } |
| | | /// <summary> |
| | | /// 码垛首末板 |
| | | /// </summary> |