From 083c414ff683ab12e65069c6c0ba6871ed1ed09f Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期六, 12 七月 2025 10:19:09 +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