From f1beadb94fc91a5a6b89ad46f49327b13818dd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E4=B8=9C?= <13396135+anton-aoi@user.noreply.gitee.com> Date: Mon, 20 Nov 2023 14:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/february/common/domain/Car.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/february-vehicle-common/src/main/java/com/february/common/domain/Car.java b/february-vehicle-common/src/main/java/com/february/common/domain/Car.java index fb2ea5d..f9f60e2 100644 --- a/february-vehicle-common/src/main/java/com/february/common/domain/Car.java +++ b/february-vehicle-common/src/main/java/com/february/common/domain/Car.java @@ -34,7 +34,7 @@ public class Car { private int carTypeId; /** - * 驱动编号 + * 驱动编号6 */ private int actuateId;