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