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
  • ..
  • member
  • ContentVodVO.java
  • 涂亚平's avatar
    年前上线版本 · 1babf734
    涂亚平 committed Jan 26, 2022
    1babf734 Browse File
ContentVodVO.java 251 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.subsidy.vo.member;

import lombok.Data;

import java.util.List;

@Data
public class ContentVodVO {

    private String content;

    private Integer totalVods;

    private Integer playVods;

    private List<MemberVodVO> memberVodVOS;

}