package com.gear.customer.swx.vo.request; import lombok.Data; @Data public class SwxUserRegisterVo { private String phone; private String userName; private String password; private String rePaossword; private String invetedUser; private String code; }