config and user bug

This commit is contained in:
wangjinlei
2023-10-19 17:33:21 +08:00
parent a59e04e406
commit ca3846e1a7
7 changed files with 35 additions and 35 deletions

View File

@@ -14,6 +14,5 @@ import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface MyUserDao extends BaseMapper<MyUserEntity> {
void update(MyUserEntity user);
}