一、@Getter and @Setter使用@Getter和/或@Setter注释任何字段,以使lombok自动生成默认的getter / setter。
默认的getter只是返回该字段,如果该字段被称为foo,则名为getFoo(如果
2020-12-28