From 7ce1305edc510e75f1d7a05cd80bf09aad0a945b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Tue, 10 Jun 2025 17:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=87=BA=E5=85=A5=E5=8E=82?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=AE=A1=E7=90=86=E6=B7=BB=E5=8A=A0=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tms/carinout/vehicleinout/entity/VehicleInOut.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/vehicleinout/entity/VehicleInOut.java b/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/vehicleinout/entity/VehicleInOut.java index 4db0a4a..6ed18c6 100644 --- a/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/vehicleinout/entity/VehicleInOut.java +++ b/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/vehicleinout/entity/VehicleInOut.java @@ -103,6 +103,10 @@ public class VehicleInOut implements Serializable { @Dict(dicCode = "currentStatus") @ApiModelProperty(value = "当前状态") private java.lang.String currentStatus; + private java.lang.String picture1; + private java.lang.String picture2; + private java.lang.String picture3; + private java.lang.String picture4; /**对接人姓名*/ @Excel(name = "对接人姓名", width = 15) @ApiModelProperty(value = "对接人姓名")