Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

涂亚平 / subsidy

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • subsidy
  • ..
  • administer
  • ClassVodDailyInfoVO.java
  • 涂亚平's avatar
    视频纬度报表 · c5e36ae4
    涂亚平 committed Jan 18, 2022
    c5e36ae4 Browse Directory
ClassVodDailyInfoVO.java 296 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
package com.subsidy.vo.administer;

import com.subsidy.vo.vod.DayInfoItemVO;
import lombok.Data;

import java.util.List;

@Data
public class ClassVodDailyInfoVO {

    private Long id;

    private String userName;

    private List<DayInfoItemVO> dayInfoItemVOS;

    private Integer total;


}