From c24509087b1193c18ee4c87487b0fc4bf8ee0918 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 22 七月 2024 18:40:26 +0800 Subject: [PATCH] 工单更新 --- src/api/tigerapi/model/router.ts | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/tigerapi/model/router.ts b/src/api/tigerapi/model/router.ts index 377a3c4..94ab168 100644 --- a/src/api/tigerapi/model/router.ts +++ b/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; +} + + + + -- Gitblit v1.9.3