From cfe81b28c817fe4543da6de5fa169ca1e69c7afd Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 14 Jul 2020 11:02:49 +0800 Subject: [PATCH] 20200714 代码提交 --- src/main/java/com/xcong/excoin/modules/member/entity/MemberCoinWithdrawEntity.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/member/entity/MemberCoinWithdrawEntity.java b/src/main/java/com/xcong/excoin/modules/member/entity/MemberCoinWithdrawEntity.java index d45e2dd..0da4e59 100644 --- a/src/main/java/com/xcong/excoin/modules/member/entity/MemberCoinWithdrawEntity.java +++ b/src/main/java/com/xcong/excoin/modules/member/entity/MemberCoinWithdrawEntity.java @@ -1,8 +1,6 @@ package com.xcong.excoin.modules.member.entity; import java.math.BigDecimal; -import java.util.Date; - import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableName; import com.xcong.excoin.common.entity.BaseEntity; -- Gitblit v1.9.1