|
@@ -22,6 +22,7 @@ public class KlDiagnoseTypeDTO {
|
|
* 条件类型(1:基础条件;2:拟诊条件;3:确诊条件;4:警惕条件)
|
|
* 条件类型(1:基础条件;2:拟诊条件;3:确诊条件;4:警惕条件)
|
|
*/
|
|
*/
|
|
private Integer conditionType;
|
|
private Integer conditionType;
|
|
|
|
+ private Integer conditionGroup;
|
|
|
|
|
|
List<KlDiagnoseGroupDTO> byIdDTO;
|
|
List<KlDiagnoseGroupDTO> byIdDTO;
|
|
}
|
|
}
|