zengh
2022-04-11 f762fec90b069e8c4cd9b90858f815e30be3fa7b
src/main/java/org/springblade/modules/desk/vo/NoticeVO.java
@@ -30,4 +30,14 @@
    */
   private String endTime;
   /**
    * 行政区(辖区)id
    */
   private Long jurisdiction;
   /**
    * 用户id
    */
   private Long userId;
}