ProgramXRespone.java 275 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.hui.iqiyi.response; import lombok.Data; @Data public class ProgramXRespone { //时间 private String day; //下载数量 private Long TotlFee; //下载容量 private Double TotlSize; //下载时长 private Double TotlDuration; }