admin
2020-04-26 f99d8098b0aee17c09be5dfee8b4f72a6f4071b1
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>{
 
}