|
@@ -31,5 +31,9 @@ public class ConvertVo implements Serializable {
|
|
|
private String createTime;
|
|
|
@JsonProperty("update_time")
|
|
|
private String updateTime;
|
|
|
+ @JsonProperty("sdk_id")
|
|
|
+ private Integer sdkId;
|
|
|
+ @JsonProperty("activation")
|
|
|
+ private Integer activation;
|
|
|
|
|
|
}
|