From 9c1d7ce35cc8c7dc81e0b259fb3b52211aa2f1bf Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期三, 09 二月 2022 13:55:11 +0800
Subject: [PATCH] bug
---
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask.java | 21 +++++++++++++++++++++
1 files changed, 21 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 d9e5c1e..08568d8 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
@@ -94,6 +94,12 @@
@ApiModelProperty(value = "鏀惰揣浜篿d")
private String customerReceiveId;
+ @ApiModelProperty(value = "鏄惁鐐硅禐 0锛氬惁 1锛氭槸")
+ private int likes;
+
+ @ApiModelProperty(value = "鑰楁椂 姣")
+ private int time;
+
@Transient
@TableField(exist = false)
@ApiModelProperty(value = "鍟嗘埛鍚嶇О")
@@ -106,6 +112,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