fei
2025-09-16 fcc5194c1b671e76cb9054c9a14360139fe3be72
1
2
3
4
5
6
7
8
9
package com.ruoyi.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.ArchiveCategory;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface ArchiveCategoryMapper extends BaseMapper<ArchiveCategory> {
}