eight
2024-10-15 647095a34d62db02533cf9c121436900b51c757c
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;
}