eight
2024-10-12 fc8492c1a1143ef2466c8dca219b82fc5bf6550c
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;
}