| | |
| | | import com.qianwen.smartman.modules.cps.entity.CommonGroup; |
| | | import com.qianwen.smartman.modules.cps.vo.CommonGroupVO; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/mapper/CommonGroupMapper.class */ |
| | | public interface CommonGroupMapper extends BladeMapper<CommonGroup> { |
| | | List<CommonGroupVO> lazyList(@Param("tenantId") String tenantId, @Param("parentId") Long parentId, @Param("groupType") String groupType, @Param("groupCategory") Integer groupCategory, @Param("p") Map<String, Object> param); |
| | | |