Skip to content

Commit

Permalink
#113 [add] : add news info model
Browse files Browse the repository at this point in the history
  • Loading branch information
chanubc committed Nov 23, 2024
1 parent 584a3e5 commit cb6a205
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.teamwable.news.model

data class NewsInfoModel(
val newsId: Int,
val newsTitle: String,
val newsText: String,
val newsImage: String,
val time: String,
)

0 comments on commit cb6a205

Please sign in to comment.