From 53d014edd19f57125c355abe71ec5b478500e610 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期二, 05 八月 2025 09:57:40 +0800 Subject: [PATCH] 保洁巡检所有代码 --- ruoyi-system/src/main/java/com/ruoyi/system/applet/dto/IndexDTO.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/applet/dto/IndexDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/applet/dto/IndexDTO.java index d77b697..978c0e0 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/applet/dto/IndexDTO.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/applet/dto/IndexDTO.java @@ -13,4 +13,6 @@ private String lon; @ApiModelProperty(value = "纬度") private String lat; + @ApiModelProperty(value = "用户id 前端忽略") + private Long userId; } -- Gitblit v1.7.1