suerprisePlus
2024-09-05 cc3a00f52f356c893d9f21798e9e941bb9533d10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.yb.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yb.entity.TMetaEntity;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * ${comments}
 * 
 * @author yw
 * @email leutu@qq.com
 * @date 2024-09-04 11:00:45
 */
@Mapper
public interface TMetaDao extends BaseMapper<TMetaEntity> {
    
}