From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +0800 Subject: [PATCH] 唯品会链接解析升级 --- fanli/src/main/java/com/yeshi/fanli/service/inter/clazz/GoodsSubClassLabelService.java | 160 ++++++++++++++++++++++++++-------------------------- 1 files changed, 80 insertions(+), 80 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/clazz/GoodsSubClassLabelService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/clazz/GoodsSubClassLabelService.java index ab2922b..ee4434b 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/clazz/GoodsSubClassLabelService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/clazz/GoodsSubClassLabelService.java @@ -1,80 +1,80 @@ -package com.yeshi.fanli.service.inter.clazz; - -import java.util.List; - -import com.yeshi.fanli.entity.bus.clazz.GoodsSubClassLabel; -import com.yeshi.fanli.entity.bus.clazz.GoodsSubClassLabelMap; -import com.yeshi.fanli.exception.goods.GoodsClassException; -import com.yeshi.fanli.vo.goods.GoodsSubClassLabelVO; - -/** - * 浜岀骇鍒嗙被鐨勬爣绛炬湇鍔� - * - * @author Administrator - * - */ -public interface GoodsSubClassLabelService { - - /** - * 娣诲姞浜岀骇鍒嗙被鏍囩 - * - * @param label - * @throws GoodsClassException - */ - public void addSubClassLabel(GoodsSubClassLabel label) throws GoodsClassException; - - /** - * 鏇存柊 - * - * @param label - */ - public void updateSubClassLabel(GoodsSubClassLabel label); - - /** - * 娣诲姞浜岀骇鍒嗙被鏍囩鏄犲皠 - * - * @param map - * @throws GoodsClassException - */ - public void addSubClassLabelMap(GoodsSubClassLabelMap map) throws GoodsClassException; - - /** - * - * 鏍规嵁涓诲垎绫籌D鑾峰彇鏍囩 - * - * @param classId-涓诲垎绫籌D - * @return - */ - public List<GoodsSubClassLabel> listLabelByClassId(Long classId); - - /** - * 鏍规嵁鍒嗙被鏍囩ID鑾峰彇鏄犲皠鍏崇郴鍒楄〃 - * - * @param labelId - * @return - */ - public List<GoodsSubClassLabelMap> listMapByLabelId(Long labelId); - - /** - * 鍒犻櫎鏍囩 - * - * @param labelId - */ - public void deleteLabel(Long labelId); - - /** - * 鏌ヨ鏄犲皠锛堥�氳繃瀛愬垎绫籌D鏌ヨ锛� - * - * @param subClassId - * @return - */ - public GoodsSubClassLabelMap selectBySubClassId(Long subClassId); - - /** - * 鏌ヨ浜岀骇鍒嗙被銆佹爣绛� - * @param classId - * @return - */ - public List<GoodsSubClassLabelVO> listSubMapCache(Long classId); - -} +package com.yeshi.fanli.service.inter.clazz; + +import java.util.List; + +import com.yeshi.fanli.entity.bus.clazz.GoodsSubClassLabel; +import com.yeshi.fanli.entity.bus.clazz.GoodsSubClassLabelMap; +import com.yeshi.fanli.exception.goods.GoodsClassException; +import com.yeshi.fanli.vo.goods.GoodsSubClassLabelVO; + +/** + * 浜岀骇鍒嗙被鐨勬爣绛炬湇鍔� + * + * @author Administrator + * + */ +public interface GoodsSubClassLabelService { + + /** + * 娣诲姞浜岀骇鍒嗙被鏍囩 + * + * @param label + * @throws GoodsClassException + */ + public void addSubClassLabel(GoodsSubClassLabel label) throws GoodsClassException; + + /** + * 鏇存柊 + * + * @param label + */ + public void updateSubClassLabel(GoodsSubClassLabel label); + + /** + * 娣诲姞浜岀骇鍒嗙被鏍囩鏄犲皠 + * + * @param map + * @throws GoodsClassException + */ + public void addSubClassLabelMap(GoodsSubClassLabelMap map) throws GoodsClassException; + + /** + * + * 鏍规嵁涓诲垎绫籌D鑾峰彇鏍囩 + * + * @param classId-涓诲垎绫籌D + * @return + */ + public List<GoodsSubClassLabel> listLabelByClassId(Long classId); + + /** + * 鏍规嵁鍒嗙被鏍囩ID鑾峰彇鏄犲皠鍏崇郴鍒楄〃 + * + * @param labelId + * @return + */ + public List<GoodsSubClassLabelMap> listMapByLabelId(Long labelId); + + /** + * 鍒犻櫎鏍囩 + * + * @param labelId + */ + public void deleteLabel(Long labelId); + + /** + * 鏌ヨ鏄犲皠锛堥�氳繃瀛愬垎绫籌D鏌ヨ锛� + * + * @param subClassId + * @return + */ + public GoodsSubClassLabelMap selectBySubClassId(Long subClassId); + + /** + * 鏌ヨ浜岀骇鍒嗙被銆佹爣绛� + * @param classId + * @return + */ + public List<GoodsSubClassLabelVO> listSubMapCache(Long classId); + +} -- Gitblit v1.8.0