fuliqi
2024-06-17 3bcc0c011a2a0b764b807757e9e8464089b7c260
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.entity.TextContent;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface TextContentMapper extends BaseMapper<TextContent> {
 
}