@@ -7,4 +7,6 @@ package com.diagbot.vo;
*/
public class AnalyzeVO {
+ private String behospitalCode; // 病历id
+ private Long hospitalId; //医院ID
}