cloudroam
2025-04-15 3466799c94227c5ebba9fb201621e745058867ee
1
2
3
4
5
6
7
8
9
10
11
package com.example.firstapp.model
 
/**
 * Created by fanghaowei on 2025/03/27. 首页数据配置类
 */
data class CategoryConfig(
    val id: Int,
    val name: String,
    val order: Int,
    val isEnabled: Boolean = true