gao
2020-06-16 707a7b28f6955c0cf9de2d90b6361ddc6a468d59
src/main/java/com/xcong/excoin/modules/member/entity/MemberAuthenticationEntity.java
File was renamed from src/main/java/com/xcong/excoin/modules/authentication/entity/MemberAuthenticationEntity.java
@@ -1,4 +1,4 @@
package com.xcong.excoin.modules.authentication.entity;
package com.xcong.excoin.modules.member.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.xcong.excoin.common.entity.BaseEntity;