在对应的类上添加注解即可,例如:/ * 用户对象 */ @Getter @Setter public class UserPO implements Serializable { / 主键ID / private String id;