|
@@ -29,11 +29,11 @@ public class AccountGroup extends Model {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
@TableId(value = "id", type = IdType.AUTO)
|
|
|
- @JsonSerialize(using = LongJsonSerializer.class)
|
|
|
- @JsonDeserialize(using = LongJsonDeserializer.class)
|
|
|
private Long id;
|
|
|
|
|
|
- private Integer accountId;
|
|
|
+ @JsonSerialize(using = LongJsonSerializer.class)
|
|
|
+ @JsonDeserialize(using = LongJsonDeserializer.class)
|
|
|
+ private Long accountId;
|
|
|
|
|
|
private Integer groupId;
|
|
|
|