admin
2019-11-05 360857fe70073c2d5614a686b31fd0e47ebfb659
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> {
 
}