From 0b6189c1c208a4f1c4cd4b230dba10b3581d1ff9 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期四, 16 五月 2024 16:01:16 +0800
Subject: [PATCH] fix: 获取司机配送员信息接口修改

---
 xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Area.java |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 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 70c04ea..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,6 +40,9 @@
     @ApiModelProperty(value = "閰嶉�佷汉id")
     private String userId;
 
+    @ApiModelProperty(value = "杞﹁締id")
+    private String carId;
+
     @ApiModelProperty(value = "鍟嗘埛鎬绘暟")
     private int customerSum;
 
@@ -50,9 +54,18 @@
     @Transient
     @TableField(exist = false)
     @ApiModelProperty(value = "鎬讳綋鏂瑰樊")
-    private int variance;
+    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