UserPhoneNumberVO.java 192 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 package com.yoho.unions.vo; import lombok.Data; /** * Created by jianhui.wang on 2017/7/25. */ @Data public class UserPhoneNumberVO { private String mobile; private String area; }