From 9c1840e4302d8c4f7af549e5de412488073490bf Mon Sep 17 00:00:00 2001 From: zhangzeli <123456> Date: 星期二, 11 一月 2022 11:23:05 +0800 Subject: [PATCH] bug --- xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask.java | 24 ++++++++++++++++++++++++ 1 files changed, 24 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..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 @@ -91,6 +91,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 +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