Skip to content
  • This project
    • Loading...
  • Sign in

吕剑 / iqiyi-inject-management

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • iqiyi-inject-management
  • ..
  • response
  • ContentResponse.java
  • 吕剑's avatar
    代码初始化 提交 · a640953a
    a640953a Browse Files
    吕剑 authored 2021-06-09 15:29:11 +0800
ContentResponse.java 261 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
package com.hui.iqiyi.response;

import lombok.Data;

@Data
public class ContentResponse {

    private Long contentType;

    private String cname;
    private Long num;

    //剧集
    private Integer Drama;
    //单片
    private Integer monolithic;


}