This commit is contained in:
parent
a5fef272ba
commit
b1f775a608
1 changed files with 2 additions and 2 deletions
|
|
@ -57,9 +57,9 @@ public class CompanyInfo implements WithCompanyId {
|
|||
)
|
||||
private String residence;
|
||||
|
||||
@JsonProperty("Признак резидентства: RES; NORES; MO")
|
||||
@JsonProperty("residence_type")
|
||||
@ApiModelProperty(
|
||||
value = "Признак резидентства",
|
||||
value = "Признак резидентства: RES; NORES; MO",
|
||||
example = "RES"
|
||||
)
|
||||
private String residenceType;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue