Ver Fonte

更新!

TRX há 1 ano atrás
pai
commit
78ce914337

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

@@ -59,4 +59,6 @@ public class GateDoorUseParam implements Serializable {
     @Schema(description = "操作类型")
     private String operator;
 
+    @Schema(description = "验证日志")
+    private String verifyMsg = "";
 }