From 312dc55b139d16a73e58cd6899865e11e86c6fdc Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 04 Jul 2022 19:46:15 +0800 Subject: [PATCH] fix --- src/main/java/com/xcong/farmer/cms/modules/system/dto/AdminLoginDto.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/farmer/cms/modules/system/dto/AdminLoginDto.java b/src/main/java/com/xcong/farmer/cms/modules/system/dto/AdminLoginDto.java index b6871be..c76f9ba 100644 --- a/src/main/java/com/xcong/farmer/cms/modules/system/dto/AdminLoginDto.java +++ b/src/main/java/com/xcong/farmer/cms/modules/system/dto/AdminLoginDto.java @@ -15,4 +15,11 @@ @NotBlank(message = "请输入密码") private String password; + private String codeToken; + + @NotBlank(message = "请输入验证码") + private String codeValue; + + + } -- Gitblit v1.9.1