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
    添加了导出excel并发送邮件功能 · ad69ee0d ...
    ad69ee0d Browse Files
    修改了查询全部
    姬傲辉 authored 2021-06-16 09:21:47 +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;


}