jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/room/RoomDO.java @@ -40,4 +40,12 @@ */ private String bedNo; } /** * 诊疗床状态 0:停诊 10:开诊 20:暂停 */ private Integer status; /** * 医生名 */ private String doctorName; }