smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/mapper/MetaRefObjectTypeMapper.java
@@ -3,6 +3,6 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.qianwen.smartman.modules.system.entity.MetaRefObjectType; /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/mapper/MetaRefObjectTypeMapper.class */ public interface MetaRefObjectTypeMapper extends BaseMapper<MetaRefObjectType> { }