Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
extend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
park
extend
Commits
1135a081
Commit
1135a081
authored
Jun 21, 2020
by
xieshixiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回结果类封装
parent
f1aace6b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
infra/src/main/java/com/hikcreate/edl/pub/web/mobile/infra/model/VerifyInfo.java
+36
-0
No files found.
infra/src/main/java/com/hikcreate/edl/pub/web/mobile/infra/model/VerifyInfo.java
0 → 100644
View file @
1135a081
package
com
.
hikcreate
.
edl
.
pub
.
web
.
mobile
.
infra
.
model
;
import
cn.hutool.core.date.DateTime
;
import
lombok.Data
;
/**
* 短信验证通过记录
*
* @author: xsx
* @date: 2020/6/19 18:33
*/
@Data
public
class
VerifyInfo
{
/**
* 记录唯一id
*/
private
int
id
;
/**
* 用户id
*/
private
String
userId
;
/**
* 验证码
*/
private
String
verifyCode
;
/**
* 电话号码
*/
private
String
phone
;
/**
* 上次通过验证的时间
*/
private
DateTime
passTime
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment