eight
2024-09-11 cabea4341bdb25a7779d11bd42ff595bb667979c
1
2
3
4
5
6
7
8
9
package cn.lihu.jh.module.ecg.service.callingscreen;
 
import lombok.Data;
 
@Data
public class BigScreenConfig {
    Integer waitingSize;
    Integer passedSize;
}