Advertisement
rifki_cs29

ItemHistoryDocument

Dec 4th, 2020
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.11 KB | None | 0 0
  1. data class ItemHistoryDocument (
  2.     var attachmentLabel: String? = "",
  3.     var attachmentStatus: String? = ""
  4. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement