admin
2019-08-21 774a788ee1c5f6b94e3eed68145601c02c977ea8
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.goods;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.bus.recommend.RecommendSpecial;
 
public interface RecommendSpecialMapper extends BaseMapper<RecommendSpecial>{
 
}