• This project
    • Loading...
  • Sign in

fastcoding / commonProject

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • commonProject
  • ..
  • custom
  • SimpleAudioThemeBeans.java
  • 添加详情页 · 5ee41fd1
    5ee41fd1 Browse Files
    wangkai authored 2024-11-14 15:11:39 +0800
SimpleAudioThemeBeans.java 335 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.wd.foundation.bean.custom;


import com.wd.foundation.bean.base.BaseBean;

import java.util.List;

public class SimpleAudioThemeBeans extends BaseBean {
    /**
     * 专题列表
     * */
    public List<SimpleAudioThemeBean> simpleAudioThemeBeanList;
    /**
     * 默认选中位置
     * */
    public int index;
}