隨筆記之lombok

一:作用(給entity實體簡化構造函數,get/set方法等) @SuppressWarnings("unused") //序列化警告 @AllArgsConstructor //有參構造 @NoArgsConstructor //無參構造 @Data //get/set方法 @Accessors(chain=true) //鏈式 public class Dept implements Ser
相關文章
相關標籤/搜索