fuliqi
2024-05-31 21a9aa320b3eeb072bcd7d3fa883587d57b6ccbb
1
2
3
4
5
6
7
8
9
10
package com.ycl.jxkg.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.jxkg.domain.TextContent;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface TextContentMapper extends BaseMapper<TextContent> {
 
}