src/main/java/org/springblade/modules/location/entity/Locus.java
@@ -52,5 +52,16 @@ * 纬度 */ private String latitude; /** * 类型 1:押运人员 2:押运车辆 3:枪支 */ @TableField("type") private Integer type; /** * 押运人员/车辆/枪支id */ @TableField("worker_id") private String workerId; }