| | |
| | | [Description("站点编号")] |
| | | public string StationCode { get; set; } |
| | | |
| | | ///// <summary> |
| | | ///// 人工放行 |
| | | ///// </summary> |
| | | //[Description("人工放行")] |
| | | //public string W_PersonAllow { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 扫码记录清除 |
| | | /// </summary> |
| | | [Description("扫码记录清除")] |
| | | public string W_PartClear { get; set; } |
| | | |
| | | /// <summary> |
| | | /// NG包标记 |
| | | /// </summary> |
| | | [Description("NG包标记")] |
| | | public string W_NgFlag { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 补板工位允许进板 |
| | | /// </summary> |
| | | [Description("补板工位允许进板")] |
| | | public string W_AllowIn { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 读码数据解析完成 |
| | | /// </summary> |