xuhy
2025-07-10 accebe3bb63e1ee4a1cfd7cfcaae6407f87e8781
ruoyi-system/src/main/java/com/ruoyi/system/model/TLocation.java
@@ -77,5 +77,9 @@
    @TableField("location_lat_end")
    private String locationLatEnd;
    @ApiModelProperty(value = "任务数量")
    @TableField(exist = false)
    private long taskNum=0;
}