1. Definitions

1.1. Result

rest请求的返回模型,所有rest正常都返回该类的对象

Name Description Schema

code
required

处理结果code

string

data
optional

处理结果数据信息

object

mesg
optional

处理结果描述信息

string

1.2. Result«List«User»»

rest请求的返回模型,所有rest正常都返回该类的对象

Name Description Schema

code
required

处理结果code

string

data
optional

处理结果数据信息

< User > array

mesg
optional

处理结果描述信息

string

1.3. Result«User»

rest请求的返回模型,所有rest正常都返回该类的对象

Name Description Schema

code
required

处理结果code

string

data
optional

处理结果数据信息

User

mesg
optional

处理结果描述信息

string

1.4. Result«long»

rest请求的返回模型,所有rest正常都返回该类的对象

Name Description Schema

code
required

处理结果code

string

data
optional

处理结果数据信息

integer(int64)

mesg
optional

处理结果描述信息

string

1.5. User

Name Schema

createdBy
optional

string

createdTime
optional

string(date-time)

id
optional

integer(int64)

mobile
optional

string

name
optional

string

password
optional

string

updatedBy
optional

string

updatedTime
optional

string(date-time)

username
optional

string

1.6. UserAddForm

Name Description Schema

mobile
optional

用户手机号码

string

name
required

用户姓名

string

password
required

密码

string

username
required

用户名

string

1.7. UserQueryForm

Name Description Schema

createdDate
optional

string(date-time)

name
required

用户姓名

string

1.8. UserUpdateForm

Name Description Schema

name
optional

用户姓名

string