puzhibing
2023-08-08 9c8692a0f9a8c697f468d12c2828196a3e97c7fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.stylefeng.guns.modular.system.dao;
 
import com.stylefeng.guns.modular.system.model.TYouTui;
import com.baomidou.mybatisplus.mapper.BaseMapper;
 
/**
 * <p>
 * 优推 Mapper 接口
 * </p>
 *
 * @author stylefeng
 * @since 2023-03-01
 */
public interface TYouTuiMapper extends BaseMapper<TYouTui> {
 
}