| | |
| | | authorityId: |
| | | description: 用户角色ID |
| | | type: integer |
| | | companyName: |
| | | type: string |
| | | createAt: |
| | | description: 创建时间 |
| | | type: string |
| | | departmentId: |
| | | type: integer |
| | | email: |
| | | type: string |
| | | enable: |
| | | type: boolean |
| | | headerImg: |
| | | type: string |
| | | id: |
| | | type: string |
| | | ip: |
| | | type: string |
| | | menuIds: |
| | | description: 菜单ID列表 |
| | |
| | | type: array |
| | | nickName: |
| | | type: string |
| | | parentId: |
| | | type: string |
| | | parentName: |
| | | type: string |
| | | phone: |
| | | type: string |
| | | port: |
| | | type: string |
| | | pos: |
| | | type: string |
| | | status: |
| | | type: integer |
| | | updateAt: |
| | | description: 更新时间 |
| | | realName: |
| | | type: string |
| | | userType: |
| | | $ref: '#/definitions/constvar.UserType' |
| | |
| | | type: object |
| | | request.Register: |
| | | properties: |
| | | authorityId: |
| | | description: 用户角色ID |
| | | type: integer |
| | | departmentId: |
| | | type: integer |
| | | email: |
| | | example: 电子邮箱 |
| | | type: string |
| | | headerImg: |
| | | example: 头像链接 |
| | | type: string |
| | | id: |
| | | type: string |
| | | nickName: |
| | | example: 昵称 |
| | | type: string |
| | | passWord: |
| | | example: 密码 |
| | | password: |
| | | type: string |
| | | phone: |
| | | example: 电话号码 |
| | | type: string |
| | | userName: |
| | | example: 用户名 |
| | | pos: |
| | | type: string |
| | | rePassword: |
| | | description: 确认密码 |
| | | type: string |
| | | realName: |
| | | type: string |
| | | userType: |
| | | $ref: '#/definitions/constvar.UserType' |
| | | username: |
| | | type: string |
| | | type: object |
| | | request.SalesDetails: |