Helius
2021-05-12 6ec40dc71bdce4dd21ee8c6436a43b7fc20c422c
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;
}