SUPPORT-9212: Фикс
This commit is contained in:
parent
b90f4328b9
commit
758c1952c0
1 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
|||
*/
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public class AccountRoleData {
|
||||
@JsonProperty("id_account")
|
||||
@JsonProperty("idAccount")
|
||||
private String id;
|
||||
@JsonProperty("id_role")
|
||||
@JsonProperty("idRole")
|
||||
private String roleId;
|
||||
private long finish;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue