TRX пре 1 година
родитељ
комит
063ae967ab

+ 3 - 0
src/main/java/com/github/microservice/models/gateDoor/use/GateDoorUseParam.java

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