|  |  |  | 
|---|
|  |  |  | #region << 版 本 注 释 >> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /*---------------------------------------------------------------- | 
|---|
|  |  |  | * 命名空间:WIDESEAWCS_Tasks.StackerCraneJob | 
|---|
|  |  |  | * 创建者:胡童庆 | 
|---|
|  |  |  | 
|---|
|  |  |  | * 修改时间: | 
|---|
|  |  |  | * 版本:V1.0.1 | 
|---|
|  |  |  | * 修改说明: | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * | 
|---|
|  |  |  | *----------------------------------------------------------------*/ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #endregion << 版 本 注 释 >> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | using System; | 
|---|
|  |  |  | 
|---|
|  |  |  | public class StackerCraneTaskCommand : DeviceCommand | 
|---|
|  |  |  | { | 
|---|
|  |  |  | #region <Public Menber> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 任务号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 托盘号 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [DataLength(25)] | 
|---|
|  |  |  | [DataLength(30)] | 
|---|
|  |  |  | public string Barcode { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 启动命令 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public short StartCommand { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 消防命令 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public short FireCommand { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #endregion <Public Menber> | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|