puzhibing
2024-01-30 03f1f3372a10a08f96f3308bfa099e86a55046d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.system.mapper.config;
 
import com.ruoyi.system.domain.pojo.config.Cooperation;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 合作 Mapper 接口
 * </p>
 *
 * @author jqs
 * @since 2023-05-25
 */
public interface CooperationMapper extends BaseMapper<Cooperation> {
 
}