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;