更新客户接口字段显示
This commit is contained in:
@@ -162,6 +162,7 @@ export interface OutputPhysicalExamCustomerListItem {
|
||||
is_sign_in?: number | null;
|
||||
is_print?: number | null;
|
||||
appointment_remarks?: string | null;
|
||||
time_spent?: string | null;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -205,6 +206,8 @@ export interface CustomerInfo {
|
||||
patient_marital_status_name?: string | null;
|
||||
family_doctor_name?: string | null;
|
||||
customer_type?: number | null;
|
||||
age?: string | null;
|
||||
card_number?: string | null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user