eight
2024-10-15 82173ac0d751a85b2b1e3269ed0a201ba8eafe2a
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;
}