feat/mcu: improved wip

This commit is contained in:
2025-11-23 15:56:31 +07:00
parent a40eac35f8
commit cf5789549e
6 changed files with 90 additions and 13 deletions
+1
View File
@@ -3,6 +3,7 @@ import { type Base, genBase } from "./_base"
export interface McuOrderItem extends Base {
mcuOrder_id: number
mcuSrc_id: number
note?: string
examinationDate?: string
result?: string
status_code?: string