admin
2019-11-05 e021e32a6ff0ec216f69c24f7ea929798bdce4c5
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.shop;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.shop.BanLiShopGoodsClass;
 
public interface BanLiShopGoodsClassMapper extends BaseMapper<BanLiShopGoodsClass> {
 
}