| | |
| | | [DisplayName("客户编码(留空则不区分客户)")] |
| | | public string CUST_CODE { get; set; } |
| | | /// <summary> |
| | | /// 工单行为节点ID |
| | | /// </summary> |
| | | [DisplayName("工单行为节点ID")] |
| | | public string ROT_ID { get; set; } |
| | | /// <summary> |
| | | /// 工艺路线ID |
| | | /// </summary> |
| | | [DisplayName("工艺路线ID")] |
| | | public string NODE_ID { get; set; } |
| | | public string ROT_ID { get; set; } |
| | | /// <summary> |
| | | /// 工单路线节点ID |
| | | /// </summary> |
| | | [DisplayName("工单路线节点ID")] |
| | | public string NODE_ID { get; set; } |
| | | /// <summary> |
| | | /// 工单行为节点ID |
| | | /// </summary> |
| | | [DisplayName("工单行为节点ID")] |
| | | public string ACT_ID { get; set; } |
| | | /// <summary> |
| | | /// 行为类型(0Normal默认行为|1Scan扫码验证|2Assy组装上料|3Test产品测试|4Audit产品抽检|5Print标签打印|6Package包装规则) |
| | |
| | | /// </summary> |
| | | [DisplayName("是否启用(Y/N)")] |
| | | public string IS_ACTIVE { get; set; } |
| | | /// <summary> |
| | | /// 设置值1 |
| | | /// </summary> |
| | | [DisplayName("设置值1")] |
| | | /// <summary> |
| | | /// 是否设置完成(Y/N) |
| | | /// </summary> |
| | | [DisplayName("是否设置完成(Y/N)")] |
| | | public string SETUP_FINISH { get; set; } |
| | | /// <summary> |
| | | /// 设置值1 |
| | | /// </summary> |
| | | [DisplayName("设置值1")] |
| | | public string OPTION_1 { get; set; } |
| | | /// <summary> |
| | | /// 设置值2 |
| | |
| | | /// </summary> |
| | | [DisplayName("设置值5")] |
| | | public string OPTION_5 { get; set; } |
| | | /// <summary> |
| | | /// 是否设置完成(Y/N) |
| | | /// </summary> |
| | | [DisplayName("是否设置完成(Y/N)")] |
| | | public string SETUP_FINISH { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [DisplayName("备注")] |
| | | /// <summary> |
| | | /// 设置值6 |
| | | /// </summary> |
| | | [DisplayName("设置值6")] |
| | | public string OPTION_6 { get; set; } |
| | | /// <summary> |
| | | /// 设置值7 |
| | | /// </summary> |
| | | [DisplayName("设置值7")] |
| | | public string OPTION_7 { get; set; } |
| | | /// <summary> |
| | | /// 设置值8 |
| | | /// </summary> |
| | | [DisplayName("设置值8")] |
| | | public string OPTION_8 { get; set; } |
| | | /// <summary> |
| | | /// 设置值9 |
| | | /// </summary> |
| | | [DisplayName("设置值9")] |
| | | public string OPTION_9 { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [DisplayName("备注")] |
| | | public string REMARK { get; set; } |
| | | #endregion |
| | | |
| | |
| | | /// </summary> |
| | | public enum ACT_TYPEs |
| | | { |
| | | [Description("自定义行为")] |
| | | [Description("默认行为")] |
| | | Normal = 0, |
| | | [Description("扫码验证")] |
| | | Scan = 1, |