admin
2020-08-22 813d2cae75cbae3f216de5f493af643c5a560c82
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.buwan.dao.shop;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.buwan.dao.BaseDao;
import com.yeshi.buwan.domain.shop.ShopItemComment;
 
@Repository
public class ShopItemCommentDao extends BaseDao<ShopItemComment> {
 
}