package com.space.utils.git; import lombok.Data; /** * @author zhuzhe * @date 2018/7/26 9:28 * @email zhe.zhu1@outlook.com */ @Data public class User { private String name; private Integer age; private String email; }