Ben Lin
2024-07-22 c24509087b1193c18ee4c87487b0fc4bf8ee0918
src/api/tigerapi/model/router.ts
@@ -176,5 +176,21 @@
   seq: number;
}
export interface V_MES_WO_PTREE {
   pid: string;
   tid: string;
   id: string;
   wo: string;
   prod: string;
   cust: string;
   code: string;
   name: string;
   type: string;
   seq: number;
}