eight
2024-09-27 08af453efa7f15ac5c3cc4eea5fb9e789a009979
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;
}