package com.yeshi.fanli.dao.mybatis.goods;
|
|
import com.yeshi.fanli.goods.CollectionGoodsV2;
|
|
public interface CollectionGoodsV2Mapper {
|
|
int deleteByPrimaryKey(Long id);
|
|
int insert(CollectionGoodsV2 record);
|
|
int insertSelective(CollectionGoodsV2 record);
|
|
CollectionGoodsV2 selectByPrimaryKey(Long id);
|
|
int updateByPrimaryKeySelective(CollectionGoodsV2 record);
|
|
int updateByPrimaryKey(CollectionGoodsV2 record);
|
}
|