智慧保安后台管理-外网
Administrator
2022-06-14 c87fb558bc1cf1c007f2a0a8a73943889e6baa62
src/main/java/org/springblade/modules/location/entity/Locus.java
@@ -53,4 +53,17 @@
    */
   private String latitude;
   /**
    * 类型  1:押运人员  2:押运车辆  3:枪支
    */
   @TableField("type")
   private Integer type;
   /**
    * 押运人员/车辆/枪支id
    */
   @TableField("worker_id")
   private String workerId;
}