GetVodDetailResponseVO.java 421 Bytes
package com.meishu.vo.task;

import lombok.Data;

/**
 * @author: tuyp
 * @create: 2020-07-19 13:51
 */
@Data
public class GetVodDetailResponseVO {

    private Long id;

    private String vodName;

    private String vodUrl;

    private String vodType;

    private String userName;

    private Integer treeId;

//    private String length;

    private Integer lengthSecond;

    private String collectionStatus;

}