修改知识库

master
童成 2023-10-31 22:28:04 +08:00
parent 809beb3516
commit 14dcb87dfe
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package com.four.common.duck.request;
import com.four.common.duck.communitypatients.DiseaseDetail;
import com.four.common.duck.communitypatients.MedicineDetail;
import com.four.common.duck.communitypatients.SymptomsDrugs;
import java.util.List;
@ -27,6 +28,8 @@ public class SymptomsDrugsRequest {
*/
private Long pid;
private List<SymptomsDrugsRequest> symptomsDrugsRequestList;
/**
*
*/