更新客户接口字段显示

This commit is contained in:
xianyi
2025-12-24 14:07:57 +08:00
parent 31f525cf69
commit a531f0131e
3 changed files with 8 additions and 23 deletions

View File

@@ -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;
}
/**