From 81af4cff627b7ec1e125b90f4fd57392c6d70588 Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期三, 10 四月 2024 11:28:03 +0800
Subject: [PATCH] 修改签收出错bug

---
 xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Area.java |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Area.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Area.java
index 3fe41c5..bc3f254 100644
--- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Area.java
+++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Area.java
@@ -15,6 +15,7 @@
 import javax.persistence.Table;
 import javax.persistence.Transient;
 import java.util.Date;
+import java.util.List;
 
 /**
  * @author Exrick
@@ -39,7 +40,32 @@
     @ApiModelProperty(value = "閰嶉�佷汉id")
     private String userId;
 
+    @ApiModelProperty(value = "杞﹁締id")
+    private String carId;
+
+    @ApiModelProperty(value = "鍟嗘埛鎬绘暟")
+    private int customerSum;
+
+    @Transient
+    @TableField(exist = false)
+    @ApiModelProperty(value = "骞冲潎鏃堕暱")
+    private double time;
+
+    @Transient
+    @TableField(exist = false)
+    @ApiModelProperty(value = "鎬讳綋鏂瑰樊")
+    private double variance;
+
+    @Transient
+    @TableField(exist = false)
+    @ApiModelProperty(value = "鍒嗘瀵硅薄")
+    private List<AreaSection> children;
+
     @Transient
     @TableField(exist = false)
     private String nickName;
+
+    @Transient
+    @TableField(exist = false)
+    private String carNo;
 }
\ No newline at end of file

--
Gitblit v1.9.1