doum
昨天 2b6c3bd5d1e7129845c72b6554123db1b83d911f
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> {
}