|
@@ -38,6 +38,9 @@ public class GateDoorUseParam implements Serializable {
|
|
|
@Schema(description = "10进制卡序列号(实体卡号或虚拟卡号)")
|
|
@Schema(description = "10进制卡序列号(实体卡号或虚拟卡号)")
|
|
|
private String cardNo;
|
|
private String cardNo;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "人脸信息")
|
|
|
|
|
+ private String pic = "";
|
|
|
|
|
+
|
|
|
@Schema(description = "用户userId")
|
|
@Schema(description = "用户userId")
|
|
|
private String userId;
|
|
private String userId;
|
|
|
|
|
|
|
@@ -52,4 +55,8 @@ public class GateDoorUseParam implements Serializable {
|
|
|
|
|
|
|
|
@Schema(description = "关联的数据")
|
|
@Schema(description = "关联的数据")
|
|
|
private Object data;
|
|
private Object data;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "操作类型")
|
|
|
|
|
+ private String operator;
|
|
|
|
|
+
|
|
|
}
|
|
}
|