|
@@ -7,6 +7,7 @@ import javax.validation.constraints.NotBlank;
|
|
|
import javax.validation.constraints.NotEmpty;
|
|
|
import javax.validation.constraints.NotNull;
|
|
|
|
|
|
+import com.diagbot.dto.ConceptIntroduceDTO;
|
|
|
import org.hibernate.validator.constraints.Range;
|
|
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
@@ -122,5 +123,11 @@ public class SaveInquiryVO {
|
|
|
@Valid
|
|
|
@ApiModelProperty(value="指标值明细")
|
|
|
private List<IndexDataVO> IndexData;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 一般治疗
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value="治疗方案")
|
|
|
+ private List<ConceptIntroduceDTO> conceptIntroduceDTO;
|
|
|
|
|
|
}
|