11
WXL
6 天以前 fafbff04fac1199fad291afdbe7d7b158bfd076e
1
2
3
4
5
6
7
8
9
10
export interface PatDetailsVO {
    bedNo: string
    mobile: string
    deptDesc: string
    wardCode: string
    deptCode: string
    wardDesc: string
    source: number
    appointmentId: number
}