linwe
2023-11-10 6b14cf7b6b0b53cbfcdec105a9984fd5b1a6778a
src/main/java/org/springblade/modules/notice/vo/NoticeVO.java
@@ -32,4 +32,13 @@
public class NoticeVO extends NoticeEntity {
   private static final long serialVersionUID = 1L;
   /**
    * 点赞标记
    */
   private Integer lickFlag;
   private Integer countNumber;
   private Long userId;
}