摘要: import lombok.Data; @Data public class Person { public Person() {} public Person(String name, Boolean gender, Integer age, float score) { this.name = 阅读全文
posted @ 2020-12-25 19:58 vwa 阅读(12276) 评论(0) 推荐(0) 编辑