package com.meishu.dto.sms; import lombok.Data; @Data public class SendVerifyCodeDTO { private String phone; }