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/CustomerReceive.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/CustomerReceive.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/CustomerReceive.java
index dc100e5..79d8c7c 100644
--- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/CustomerReceive.java
+++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/CustomerReceive.java
@@ -27,7 +27,7 @@
 
     private static final long serialVersionUID = 1L;
 
-    @ApiModelProperty(value = "鍖哄煙id")
+    @ApiModelProperty(value = "鍟嗘埛id")
     private String customerId;
 
     @ApiModelProperty(value = "鍚嶇О")
@@ -49,4 +49,7 @@
     @ApiModelProperty(value = "澶村儚")
     private String img;
 
+    @ApiModelProperty(value = "鎸囩汗鐘舵�� 0锛氭湭褰曞叆 1锛氬凡褰曞叆")
+    private Integer fstatus=0;
+
 }
\ No newline at end of file

--
Gitblit v1.9.1