package com.sercurityControl.proteam.domain.vo; import lombok.Data; /** * 球机守望信息基本设置 */ @Data public class BallSwHGVo { /** * 开启 -关闭 自动回归 0关闭 1开启 */ private Integer kq; /** * 自动回归的时间 秒 */ private Integer time; /** * puid */ private String puid; /** * 1 回显 2设置 */ private String type; private String code; private String msg; }