智慧保安后台管理项目备份
zengh
2021-08-15 0cab6d8afcc97e8bc94ef200e24d8839281f44c8
src/main/java/org/springblade/modules/dispatcher/entity/Dispatcher.java
@@ -103,4 +103,16 @@
   @TableField("dept_id")
   private Long deptId;
   /**
    * 辖区
    */
   private String jurisdiction;
   /**
    * 派遣人数
    */
   private Integer num;
}