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; }