package com.gkhy.exam.pay.dto.req; import lombok.Data; @Data public class CoalPayStudentReq { private String idCard; private String phone; }