package com.yeshi.buwan.dao.shop;
|
|
import org.springframework.stereotype.Repository;
|
|
import com.yeshi.buwan.dao.base.BaseDao;
|
import com.yeshi.buwan.domain.shop.ShopItemComment;
|
|
@Repository
|
public class ShopItemCommentDao extends BaseDao<ShopItemComment> {
|
|
}
|