jiangping
2024-07-17 989269f2a2475f7882819d4c4b74d82ea4b07f69
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.Shop;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
/**
 * @author 江蹄蹄
 * @date 2024/07/04 14:40
 */
public interface ShopMapper extends MPJJoinMapper<Shop> {
 
}