smart-starter-mybatis/src/main/java/com/qianwen/core/mp/base/BaseServiceImpl.java
@@ -22,7 +22,7 @@ import org.springframework.validation.annotation.Validated; @Validated /* loaded from: blade-starter-mybatis-9.3.0.0-SNAPSHOT.jar:org/springblade/core/mp/base/BaseServiceImpl.class */ public class BaseServiceImpl<M extends BaseMapper<T>, T extends BaseEntity> extends ServiceImpl<M, T> implements BaseService<T> { public boolean save(T entity) { resolveEntity(entity);