eight
2024-12-18 14f87cf04b519fd33ef6f76ea5e2926f30fab419
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;
}