admin
2019-11-24 c54d8d8a56d127de4e0fdd1e21a822dabff92281
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> {
 
}