eight
2024-11-18 b39f9e15518fda74d33c9e3fbfb3818db5027093
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;
}