package com.project.hyb.biz.mapper; import com.project.hyb.biz.domain.dto.ArtAttachmentFolderDto; import com.project.hyb.biz.domain.entity.ArtAttachmentFolders; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import java.util.List; import java.util.Set; /** *

* Mapper 接口 *

* * @author * @since 2025-08-13 */ @Mapper public interface ArtAttachmentFoldersMapper extends BaseMapper { List list4dage(Set artworkUuids); }