From 86c3614c6780b3214ad70ec51011da077113022b Mon Sep 17 00:00:00 2001
From: wang-hao-jie <1550036656@qq.com>
Date: 星期一, 18 四月 2022 16:34:54 +0800
Subject: [PATCH] 最新版本

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

diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask.java
index b0f6892..7cc4f69 100644
--- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask.java
+++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask.java
@@ -29,6 +29,7 @@
 @ApiModel(value = "璁㈠崟浠诲姟琛�")
 public class OrderTask extends XbootBaseEntity {
 
+    //瀛樻斁7澶╁唴鐨勬暟鎹�
     private static final long serialVersionUID = 1L;
 
     @ApiModelProperty(value = "璁㈠崟鍙�")
@@ -91,6 +92,15 @@
     @ApiModelProperty(value = "绛炬敹璇勪环")
     private String evaluate;
 
+    @ApiModelProperty(value = "鏀惰揣浜篿d")
+    private String customerReceiveId;
+
+    @ApiModelProperty(value = "鏄惁鐐硅禐 0锛氬惁  1锛氭槸")
+    private int likes;
+
+    @ApiModelProperty(value = "鑰楁椂 姣")
+    private int time;
+
     @Transient
     @TableField(exist = false)
     @ApiModelProperty(value = "鍟嗘埛鍚嶇О")
@@ -103,6 +113,21 @@
 
     @Transient
     @TableField(exist = false)
+    @ApiModelProperty(value = "杞︾墝鍙�")
+    private String carNo;
+
+    @Transient
+    @TableField(exist = false)
+    @ApiModelProperty(value = "鍖哄煙鍚嶇О")
+    private String areaName;
+
+    @Transient
+    @TableField(exist = false)
+    @ApiModelProperty(value = "鍒嗘鍚嶇О")
+    private String areaSectionName;
+
+    @Transient
+    @TableField(exist = false)
     @ApiModelProperty(value = "璁㈠崟璇︽儏")
     private List<OrderDetail> orderDetails;
 }
\ No newline at end of file

--
Gitblit v1.9.1