chore: 补充 Bug#704 迁移脚本 + 前端类型定义
This commit is contained in:
14
healthlink-his-ui/src/model/IInPatient.d.ts
vendored
Normal file
14
healthlink-his-ui/src/model/IInPatient.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export interface IInPatient {
|
||||
feeType?: string;
|
||||
sexName?: string;
|
||||
age?: string;
|
||||
visitCode?: string;
|
||||
patientName?: string;
|
||||
patientId?: string;
|
||||
encounterId?: string;
|
||||
inpatientCode?: string;
|
||||
patCode?: string;
|
||||
phone?: string;
|
||||
conditionNames?: string;
|
||||
[key: string]: any;
|
||||
}
|
||||
Reference in New Issue
Block a user