eight
2024-08-14 5f7a61e50bcf82f368272e29518b2bd3a85e4782
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;
}