cloudroam
2025-03-31 a7820e2f1ee06a7b43b4d351cced3343d7e1a5e2
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