From 45a3c06adfa25476b91acdce7bb1b73c05e675c6 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 15 六月 2024 21:28:24 +0800 Subject: [PATCH] 工艺路线,工序行为更新 --- types/store.d.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/types/store.d.ts b/types/store.d.ts index d04f1b4..76d0b35 100644 --- a/types/store.d.ts +++ b/types/store.d.ts @@ -40,6 +40,7 @@ homePath?: string; roles: iV_USER_MENU[]; orgCode: string; + prodCode: string; } export interface BeforeMiniState { -- Gitblit v1.9.3