addea Founders

This commit is contained in:
Vasily Popov 2022-08-07 20:13:38 +03:00 committed by GitHub
parent 0a95838274
commit 74698b7e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,7 +280,13 @@ type (
Name string `json:"name"`
Post string `json:"post"`
} `json:"management"`
Founders string `json:"founders"`
Founders []*struct {
Ogrn string `json:"ogrn"`
Inn string `json:"inn"`
Name string `json:"name"`
Hid string `json:"hid"`
Type string `json:"type"`
} `json:"founders"`
Managers string `json:"managers"`
BranchType string `json:"branch_type"`
BranchCount int `json:"branch_count"`