|
|
|
@ -2,7 +2,7 @@ package com.supervision.manage.pojo.vo;
|
|
|
|
|
|
|
|
|
|
import com.supervision.vo.manage.DiseaseAncillaryResVo;
|
|
|
|
|
import com.supervision.vo.manage.DiseasePhysicalResVo;
|
|
|
|
|
import com.supervision.vo.manage.TreatmentPlanResVo;
|
|
|
|
|
import com.supervision.vo.manage.DiseaseTreatmentPlanResVo;
|
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
import lombok.Data;
|
|
|
|
@ -22,6 +22,6 @@ public class MedicalRecInfoVO extends MedicalRecManageVO {
|
|
|
|
|
private List<DiseasePhysicalResVo> physicalList;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("处置计划列表")
|
|
|
|
|
private List<TreatmentPlanResVo> treatmentPlanList;
|
|
|
|
|
private List<DiseaseTreatmentPlanResVo> treatmentPlanList;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|