doum
2 天以前 074d1e64936f8af0f51e3a305878ed63a4b96a98
1
2
3
4
5
6
7
8
9
10
package com.doumee.dao.business.join;
 
import com.doumee.dao.business.model.ProductLabel;
import com.doumee.dao.business.model.ShopFollow;
import com.github.yulichang.base.mapper.MPJJoinMapper;
import org.springframework.stereotype.Repository;
 
@Repository
public interface ShopFollowJoinMapper extends MPJJoinMapper<ShopFollow> {
}