yyy
2025-10-13 0fa475dc6f9799544fda73dcbcc0cc699479906c
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> {
}