package com.meishu.vo.task; import lombok.Data; @Data public class GetExpandingsPO { private Integer id; private Integer userId; }