|
@@ -44,6 +44,9 @@ public class GateDoorUseParam implements Serializable {
|
|
|
@Schema(description = "用户userId")
|
|
@Schema(description = "用户userId")
|
|
|
private String userId;
|
|
private String userId;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "用户名称")
|
|
|
|
|
+ private String userName;
|
|
|
|
|
+
|
|
|
@Schema(description = "使用时间 2024-09-12 20:40:00")
|
|
@Schema(description = "使用时间 2024-09-12 20:40:00")
|
|
|
private String time;
|
|
private String time;
|
|
|
|
|
|