|
|
@@ -39,6 +39,9 @@ public class SmartVisitorParentsConfigVo {
|
|
|
@ApiModelProperty(value = "门禁配置 0:推送到门禁,1:不推送到门禁")
|
|
|
private Integer accessConfig;
|
|
|
|
|
|
+ @ApiModelProperty(value = "车闸配置 0:推送到车闸,1:不推送到车闸")
|
|
|
+ private Integer carConfig;
|
|
|
+
|
|
|
@ApiModelProperty(value = "创建时间")
|
|
|
private Date createTime;
|
|
|
|