xiaoyong931011
2020-07-09 cb50c338cd7f482403a341e9d7ef7a6ab03afaea
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;