package com.dsh.course.model.vo; import lombok.Data; @Data public class NoReadNoticeNumReq { private Integer userId; private Integer userType; }