Skip to content

Commit

Permalink
[FEAT] Home / SduiList 의 SectionItemVO에 'missionCategory'필드 추가 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
KxxHyoRim committed Nov 7, 2023
1 parent 3c11955 commit 5ff91a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data class SectionItemVO(
val currentPeopleNumber: Int? = null,
val maxPeopleNumber: Int? = null,
val scrapCount: Int? = null,
val missionCategory : String? = null,
@SerializedName("scraped")
val isScraped: Boolean? = null,
override val viewType: ProfileViewType = SECTION_ITEM_VO
Expand Down

0 comments on commit 5ff91a8

Please sign in to comment.