xiaoyong931011
2020-07-07 50bd5817ae2cbaf272b496402226d71a5700ffc7
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;