jiangping
2023-09-06 c4c1e66403f8143bee2072442e36ab3be608741a
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business.join;
 
import com.doumee.dao.business.model.Goods;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
/**
 * @author 江蹄蹄
 * @date 2023/05/04 18:18
 */
public interface GoodsJoinMapper extends MPJJoinMapper<Goods> {
 
}