From abda22f6975eaeaa2798b378f97d127be6452d72 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 12 May 2021 19:58:53 +0800
Subject: [PATCH] 20210512 云顶

---
 src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java b/src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java
index c99efc0..28aaa4e 100644
--- a/src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/yunding/entity/YdOrderEntity.java
@@ -1,5 +1,6 @@
 package com.xcong.excoin.modules.yunding.entity;
 
+import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableName;
 import com.xcong.excoin.common.system.base.BaseEntity;
 import lombok.Data;
@@ -92,5 +93,7 @@
     private Date endTime;
 
 
+    @TableField(exist = false)
+    private YdProductEntity ydProductEntity;
 
 }

--
Gitblit v1.9.1