lmw
2024-12-06 40237ce34f0754495e5ac6a7b291fa96508160fd
1
2
3
4
5
6
7
8
9
10
package com.sinata.xqmuse.network.entity
 
data class Menu(
    val categoryName: String,
    val description: String,
    val firstIconUrl: String,
    val id: String,
    val secondIconUrl: String,
    val showType: Int
)