Ben Lin
2024-06-09 38b2a8369513ebcc34c6dd01a176593b825fe71e
src/api/tigerapi/model/router.ts
@@ -47,6 +47,7 @@
  OPTION_4: string;
  OPTION_5: string;
  REMARK: string;
  node: node;
}
export interface MES_ROUTE_EDGE {
@@ -77,6 +78,7 @@
  OPTION_4: string;
  OPTION_5: string;
  REMARK: string;
  edge: edge;
}
export interface MES_ROUTE_NODE_ACT {
@@ -103,18 +105,20 @@
  DO_METHOD: string;
  DO_IF_PASS: string;
  DO_IF_FAIL: string;
  RULE_CODE: string;
  ITEM_CODE: string;
  PROD_CODE: string;
  TEST_CODE: string;
  SAPL_CODE: string;
  LABEL_CODE: string;
  IS_ACTIVE: string;
  // RULE_CODE: string;
  // ITEM_CODE: string;
  // PROD_CODE: string;
  // TEST_CODE: string;
  // SAPL_CODE: string;
  // LABEL_CODE: string;
  OPTION_1: string;
  OPTION_2: string;
  OPTION_3: string;
  OPTION_4: string;
  OPTION_5: string;
  REMARK: string;
  node: node;
}
export interface node {