|
@@ -25,7 +25,7 @@ export interface MedicationQueryParams {
|
|
|
|
|
|
|
|
// 创建用药记录请求参数
|
|
// 创建用药记录请求参数
|
|
|
export interface CreateMedicationRequest {
|
|
export interface CreateMedicationRequest {
|
|
|
- patientUserId: number
|
|
|
|
|
|
|
+ patientUserId: string
|
|
|
medicineName: string
|
|
medicineName: string
|
|
|
dosage: string
|
|
dosage: string
|
|
|
frequency: string
|
|
frequency: string
|
|
@@ -35,7 +35,7 @@ export interface CreateMedicationRequest {
|
|
|
|
|
|
|
|
// 更新用药记录请求参数
|
|
// 更新用药记录请求参数
|
|
|
export interface UpdateMedicationRequest {
|
|
export interface UpdateMedicationRequest {
|
|
|
- id: string | number
|
|
|
|
|
|
|
+ id: string
|
|
|
medicineName: string
|
|
medicineName: string
|
|
|
dosage: string
|
|
dosage: string
|
|
|
frequency: string
|
|
frequency: string
|