Description
This operation is used to authenticate the valid users accessing.
Table schema
Name | Type | Description |
UserId | Long | id |
UserName | String | Login user name |
Password | String | Login password |
CreateTime | DateTime | Account create time |
UpdateTime | DateTime | User last login time |
IDCard | String | ID card number |
RealName | String | Real user name |
Operations with data
Name : LoginVerificationOp
Description : Verify the the login user name, password and get user information
Data Definition