package com.xuqm.log.dto; import com.fasterxml.jackson.annotation.JsonProperty; public record SourcemapUploadResponse( Long id, @JsonProperty("appKey") String appKey, String platform, @JsonProperty("appVersion") String appVersion, @JsonProperty("bundleName") String bundleName, @JsonProperty("storageKey") String storageKey ) {}