| | |
| | | package com.yeshi.fanli.service.inter.goods;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.su.clazz.SuperGoodsClass;
|
| | |
|
| | | public interface SuperGoodsClassService {
|
| | |
|
| | | public List<SuperGoodsClass> getSuperGoodsClassBySystemId(long id);
|
| | |
|
| | | public List<SuperGoodsClass> getSuperGoodsClasss(List<Long> gcIdList);
|
| | |
|
| | | public List<SuperGoodsClass> getSuperGoodsClassList(long id, int strat, int pAGE_SIZE, String likekey);
|
| | |
|
| | | public Integer deleteSuperGoodsClass(long gcid, String platform, String packageName);
|
| | |
|
| | | public void addSuperGoodsClass(long gcid, String platform, String packageName);
|
| | |
|
| | | public void deleteSuperGoodsClass(long gcid);
|
| | |
|
| | | public void insertSelective(SuperGoodsClass record);
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.service.inter.goods; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.fanli.entity.bus.su.clazz.SuperGoodsClass; |
| | | |
| | | public interface SuperGoodsClassService { |
| | | |
| | | public List<SuperGoodsClass> getSuperGoodsClassBySystemId(long id); |
| | | |
| | | public List<SuperGoodsClass> getSuperGoodsClasss(List<Long> gcIdList); |
| | | |
| | | public List<SuperGoodsClass> getSuperGoodsClassList(long id, int strat, int pAGE_SIZE, String likekey); |
| | | |
| | | public Integer deleteSuperGoodsClass(long gcid, String platform, String packageName); |
| | | |
| | | public void addSuperGoodsClass(long gcid, String platform, String packageName); |
| | | |
| | | public void deleteSuperGoodsClass(long gcid); |
| | | |
| | | public void insertSelective(SuperGoodsClass record); |
| | | |
| | | } |