lis8.0-vue3/src/types/Object.d.ts

9 lines
252 B
TypeScript
Raw Normal View History

2025-10-29 18:08:16 +08:00
export interface LabReportInstr {
yq: string; //仪器
xh: number; //序号
bgdh: string; //报告单号
yljg: string; //医疗机构
type: string; //使用类型
condition: string; //使用条件
status?: string; //状态
}