xiaoyong931011
2020-06-16 1636c6e9db920bb385725314935363d537b30633
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;