package com.dsh.other.model.vo.questionVo; import lombok.Data; @Data public class UpdatePhoneVO { private Integer id; private String phone; }