fei
5 天以前 07a2f9c762efb3be3a29e2e8cc7004d4164cc9d8
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> {
}