From 5fe820b18055b317cd5928d8fecd056f4c9e0115 Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期三, 17 五月 2023 11:10:57 +0800
Subject: [PATCH] 1.根据区域进行模糊查询
---
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask2.java | 21 +++------------------
1 files changed, 3 insertions(+), 18 deletions(-)
diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask2.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask2.java
index 857837b..27af356 100644
--- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask2.java
+++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask2.java
@@ -28,7 +28,7 @@
@TableName("t_order_task2")
@ApiModel(value = "璁㈠崟浠诲姟鍘嗗彶琛�")
public class OrderTask2 extends XbootBaseEntity {
- //鍙瓨鏀鹃厤閫佸畬鐨勮鍗�
+
private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "璁㈠崟鍙�")
@@ -100,33 +100,18 @@
@ApiModelProperty(value = "鑰楁椂 姣")
private int time;
- @Transient
- @TableField(exist = false)
@ApiModelProperty(value = "鍟嗘埛鍚嶇О")
private String customerName;
- @Transient
- @TableField(exist = false)
- @ApiModelProperty(value = "鍟嗘埛")
- private Customer customer;
+ @ApiModelProperty(value = "閰嶉�佷汉")
+ private String userName;
- @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