package com.subsidy.dto.administer; import lombok.Data; @Data public class VerifyCodeDTO { private String telephone; private String verifyCode; }