package com.meishu.dto.wechat; import lombok.Data; @Data public class InviteDTO { private String userId; }