1234567891011121314151617 |
- package com.xzl.web.mapper;
- import com.xzl.framework.web.domain.server.SysFile;
- import org.apache.ibatis.annotations.Mapper;
- import org.apache.ibatis.annotations.Param;
- import java.util.List;
- /**
- * 文件文件夹(麻城知识库四级结构)Mapper接口
- *
- * @author xzl
- * @date 2025-06-17
- */
- @Mapper
- public interface SysFileMapper {
- }
|