From ce162bb2899f9162e07f57cfe02a592d9e542f93 Mon Sep 17 00:00:00 2001 From: Milky0217 Date: Sat, 27 Sep 2025 18:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84struct=20User?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/models.rs b/src/models.rs index 986372e..ee0fab1 100644 --- a/src/models.rs +++ b/src/models.rs @@ -226,6 +226,7 @@ pub struct WeatherData { pub wind_speed_suitability: String, } +/* #[derive(Debug, Serialize, FromRow)] pub struct User { pub id: i32, @@ -243,3 +244,4 @@ pub struct User { #[sqlx(rename = "desc")] pub description: Option, } +*/