From a90276a242ddca6f45e234c5cc4832a7a01a7e03 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 02 十二月 2024 11:06:53 +0800 Subject: [PATCH] Fix Bug: 条码更新问题 --- src/api/ecg/checktype/index.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/ecg/checktype/index.ts b/src/api/ecg/checktype/index.ts index c21363f..c18cf57 100644 --- a/src/api/ecg/checktype/index.ts +++ b/src/api/ecg/checktype/index.ts @@ -12,7 +12,8 @@ expenseRecognition: number // 鏄惁闇�瑕佺‘璐� timeslotBookNum: number // 鏃舵棰勭害瑙勫畾浜烘暟 timeslotReservedNum: number // 姣忔椂娈甸鐣欎汉鏁� - affinityCheckTypes: string // 浜插拰鐨勬鏌ョ被鍨� + affinityCheckTypes: number[] | null// 浜插拰鐨勬鏌ョ被鍨� + notes: string // 棰勭害娉ㄦ剰浜嬮」 } // 妫�鏌ョ被鍨� API -- Gitblit v1.9.3