xiangpei
2024-05-31 16d10cef208de048f8b325facd143c54b7be9963
1
2
3
4
5
6
7
8
9
package com.ycl.jxkg.mapper;
 
import com.ycl.jxkg.domain.TextContent;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface TextContentMapper extends BaseMapper<TextContent> {
 
}