...
|
...
|
@@ -719,12 +719,13 @@ type SystemUserInfoRequest struct { |
|
|
}
|
|
|
|
|
|
type SystemUserInfoResponse struct {
|
|
|
UserId int64 `json:"userId"`
|
|
|
UserName string `json:"userName"`
|
|
|
Avatar string `json:"avatar"`
|
|
|
CompanyId int64 `json:"companyId"`
|
|
|
CompanyName string `json:"companyName"`
|
|
|
Code string `json:"code"`
|
|
|
UserId int64 `json:"userId"`
|
|
|
UserName string `json:"userName"`
|
|
|
Avatar string `json:"avatar"`
|
|
|
CompanyId int64 `json:"companyId"`
|
|
|
CompanyName string `json:"companyName"`
|
|
|
Code string `json:"code"`
|
|
|
CompanyVisible bool `json:"companyVisible"`
|
|
|
}
|
|
|
|
|
|
type UserStatisticsRequest struct {
|
...
|
...
|
|