liusheng
8 天以前 97834ce60827831a864ebe37e585f8a921352669
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;
}