Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
head_group
xyqb-user2
Commits
898a6fb2
Commit
898a6fb2
authored
Mar 06, 2018
by
技术部-任文超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实践编码规约
parent
e844a6ef
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
40 deletions
+62
-40
UserQueryLogController.java
.../controller/external/queryLog/UserQueryLogController.java
+43
-33
UserQueryInfo.java
src/main/java/cn/quantgroup/xyqb/model/UserQueryInfo.java
+19
-7
No files found.
src/main/java/cn/quantgroup/xyqb/controller/external/queryLog/UserQueryLogController.java
View file @
898a6fb2
This diff is collapsed.
Click to expand it.
src/main/java/cn/quantgroup/xyqb/model/UserQueryInfo.java
View file @
898a6fb2
...
@@ -12,17 +12,29 @@ import java.io.Serializable;
...
@@ -12,17 +12,29 @@ import java.io.Serializable;
@Data
@Data
public
class
UserQueryInfo
implements
Serializable
{
public
class
UserQueryInfo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
1L
;
private
static
final
long
serialVersionUID
=
-
1L
;
/**
* 用户主键
*/
private
Long
userId
;
private
Long
userId
;
/**
* 登录手机号/账号
*/
private
String
phoneNo
;
private
String
phoneNo
;
/**
* 姓名
*/
private
String
name
;
/**
* 银行卡号
*/
private
String
bankCards
;
private
String
bankCards
;
/**
//证件号
* 证件号
*/
private
String
idNo
;
private
String
idNo
;
/**
//0 身份证 1 军官证 2 护照
* 地址
*/
private
String
address
;
private
String
address
;
...
...
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