package com.meishu.dto.voddict; import lombok.Data; @Data public class PublicCheckingDTO { private Long userId; private String shareStatus; private Integer pageSize; private Integer pageNum; private Integer checkStatus; }