zengh
2021-07-16 43d4a8434592145ae3fcfb30f332a20f057a1055
src/main/java/org/springblade/modules/dispatcher/entity/DispatcherUnit.java
@@ -77,5 +77,10 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date createTime;
   /**
    * 行政区id
    */
   private Long jurisdiction;
}