| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import org.springframework.cache.annotation.Cacheable;
|
| | |
|
| | | 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 List<SuperGoodsClass> getSuperGoodsClassList(long id, int strat, int pAGE_SIZE, String likekey);
|
| | |
|
| | | public Integer deleteSuperGoodsClass(long gcid, String platform,
|
| | | String packageName);
|
| | | public Integer deleteSuperGoodsClass(long gcid, String platform, String packageName);
|
| | |
|
| | | public void addSuperGoodsClass(long gcid, String platform,
|
| | | String packageName);
|
| | | public void addSuperGoodsClass(long gcid, String platform, String packageName);
|
| | |
|
| | | public void deleteSuperGoodsClass(long gcid);
|
| | |
|
| | | public List<SuperGoodsClass> getSuperGoodsClassAll(long id);
|
| | | public void insertSelective(SuperGoodsClass record);
|
| | |
|
| | | }
|