修改知识库
parent
809beb3516
commit
14dcb87dfe
|
@ -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;
|
||||
/**
|
||||
* 病症详情
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue