IntelligentRecognition/ah-jjsp-service/.svn/pristine/ed/ed8592d7ee6c69621f41f8c2cf7...

32 lines
486 B
Plaintext

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;
}