一:ImportSelector接口 1.1 User @Data @NoArgsConstructor @AllArgsConstructor public class User { private Long id; private String username; }