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
  • ContentVodNewVO.java
  • 涂亚平's avatar
    临时上个版本 联调中 · 62d6ca01
    涂亚平 committed Feb 18, 2022
    62d6ca01 Browse Directory
ContentVodNewVO.java 313 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
package com.subsidy.vo.member;

import lombok.Data;

import java.util.List;

@Data
public class ContentVodNewVO {

    private Long id;

    private Integer playRecord;

    private Integer isFastPlay;

    private Integer testRule;

    private Integer isOrder;

    private List<ContentVodVO> contentVodVOS;

}