ll
liukangdong
2024-08-21 41bd8b2b50dc308ea3a5784efccd856c073b3f37
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business.join;
 
import com.doumee.dao.business.model.Member;
import com.doumee.dao.business.model.Shop;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
/**
 * @author T14
 */
//@Repository
public interface ShopJoinMapper extends MPJJoinMapper<Shop> {
}