eight
2024-08-31 bb767d9be029935ee73b4a8e67b370a153f39c74
1
2
3
4
5
6
7
8
9
10
package cn.lihu.jh.module.ecg.dal.dataobject.room;
 
import lombok.Data;
 
@Data
public class RoomStatisticsDO {
    Long roomId;
    String roomName;
    Integer bedNo;
}