1. Definitions
1.1. Result
rest请求的返回模型,所有rest正常都返回该类的对象
Name | Description | Schema |
---|---|---|
code |
处理结果code |
string |
data |
处理结果数据信息 |
object |
mesg |
处理结果描述信息 |
string |
1.2. Result«List«User»»
rest请求的返回模型,所有rest正常都返回该类的对象
Name | Description | Schema |
---|---|---|
code |
处理结果code |
string |
data |
处理结果数据信息 |
< User > array |
mesg |
处理结果描述信息 |
string |
1.3. Result«User»
rest请求的返回模型,所有rest正常都返回该类的对象
Name | Description | Schema |
---|---|---|
code |
处理结果code |
string |
data |
处理结果数据信息 |
|
mesg |
处理结果描述信息 |
string |
1.4. Result«long»
rest请求的返回模型,所有rest正常都返回该类的对象
Name | Description | Schema |
---|---|---|
code |
处理结果code |
string |
data |
处理结果数据信息 |
integer(int64) |
mesg |
处理结果描述信息 |
string |
1.5. User
Name | Schema |
---|---|
createdBy |
string |
createdTime |
string(date-time) |
id |
integer(int64) |
mobile |
string |
name |
string |
password |
string |
updatedBy |
string |
updatedTime |
string(date-time) |
username |
string |
1.6. UserAddForm
Name | Description | Schema |
---|---|---|
mobile |
用户手机号码 |
string |
name |
用户姓名 |
string |
password |
密码 |
string |
username |
用户名 |
string |
1.7. UserQueryForm
Name | Description | Schema |
---|---|---|
createdDate |
string(date-time) |
|
name |
用户姓名 |
string |
1.8. UserUpdateForm
Name | Description | Schema |
---|---|---|
name |
用户姓名 |
string |