| | |
| | | package com.yeshi.fanli.service.inter.goods;
|
| | |
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.clazz.TaoBaoClassRelation;
|
| | |
|
| | |
|
| | | public interface TaoBaoClassRelationService {
|
| | | |
| | | public int deleteByPrimaryKey(Long id);
|
| | |
|
| | | public int insert(TaoBaoClassRelation record);
|
| | |
|
| | | public int insertSelective(TaoBaoClassRelation record);
|
| | |
|
| | | public TaoBaoClassRelation selectByPrimaryKey(Long id);
|
| | |
|
| | | public int updateByPrimaryKeySelective(TaoBaoClassRelation record);
|
| | |
|
| | | public int updateByPrimaryKey(TaoBaoClassRelation record);
|
| | |
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.service.inter.goods; |
| | | |
| | | import com.yeshi.fanli.entity.bus.clazz.TaoBaoClassRelation; |
| | | |
| | | public interface TaoBaoClassRelationService { |
| | | |
| | | public int deleteByPrimaryKey(Long id); |
| | | |
| | | public int insert(TaoBaoClassRelation record); |
| | | |
| | | public int insertSelective(TaoBaoClassRelation record); |
| | | |
| | | public TaoBaoClassRelation selectByPrimaryKey(Long id); |
| | | |
| | | public int updateByPrimaryKeySelective(TaoBaoClassRelation record); |
| | | |
| | | public int updateByPrimaryKey(TaoBaoClassRelation record); |
| | | |
| | | |
| | | } |