智慧保安后台管理-外网
Administrator
2022-01-20 cb04ed62736efe70cf5babe534220b4ae4c1ca67
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;
}