package com.doumee.dao.system.dto; import lombok.Data; import org.springframework.web.bind.annotation.RequestParam; /** * @author T14 */ @Data public class UserStatisticsDTO { private Integer yearNum; private Integer userId; private Integer roomId; }