瀏覽代碼

修改家长配置预约展示接口

liu 2 年之前
父節點
當前提交
0db5d730da
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/java/com/template/model/vo/SmartVisitorParentsConfigVo.java

+ 3 - 0
src/main/java/com/template/model/vo/SmartVisitorParentsConfigVo.java

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