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