소스 검색

Fix: add version column to upload mission body

liweihao 5 년 전
부모
커밋
276fc090ce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/example/kdan_data_center/datacenter/file/body/UploadMissionBody.kt

+ 1 - 0
src/main/java/com/example/kdan_data_center/datacenter/file/body/UploadMissionBody.kt

@@ -18,6 +18,7 @@ data class UploadMissionBody(
     @SerializedName("current_app_version") var currentAppVersion: Long? = null
     @SerializedName("data_format_version") var dataFormatVersion: Int? = null
     @SerializedName("source_group") var sourceGroup: String? = null
+    @SerializedName("version") var version: Long? = null
     @SerializedName("project_created_at") var projectCreatedAt: String? = null
     @SerializedName("password_protected") var passwordProtected: Boolean? = null
     @SerializedName("share_with_pdf") var shareWithPdf: Boolean? = null