@@ -83,4 +83,9 @@ public class BehosDTO implements Serializable {
*/
private String age;
+ /**
+ * 主治医生ID
+ */
+ private String doctorId;
+
}