From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialPlaceService.java | 91 +++++++++++++++++++++++---------------------- 1 files changed, 46 insertions(+), 45 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialPlaceService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialPlaceService.java index 684883d..0df2d67 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialPlaceService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialPlaceService.java @@ -1,45 +1,46 @@ -package com.yeshi.fanli.service.inter.homemodule; - -import java.util.List; - -import com.yeshi.fanli.entity.bus.homemodule.SpecialPlace; -import com.yeshi.fanli.exception.SpecialPlaceException; - -public interface SpecialPlaceService { - - /** - * 淇濆瓨銆佷慨鏀� - * @param record - * @throws SpecialPlaceException - * @throws Exception - */ - public void saveObject(SpecialPlace record) throws SpecialPlaceException, Exception; - - /** - * 鎵归噺鍒犻櫎 - * @param list - * @return - * @throws Exception - */ - public int deleteByPrimaryKeyList(List<Long> list) throws Exception; - - /** - * 鍚庣鏌ヨ - * @param start - * @param count - * @param key - * @return - * @throws Exception - */ - public List<SpecialPlace> listQuery(long start, int count, String key) throws Exception; - - public long countQuery(String key); - - /** - * 鑾峰彇鎵�鏈変笓棰樹綅缃� - * @return - */ - public List<SpecialPlace> getList(); - - -} +package com.yeshi.fanli.service.inter.homemodule; + +import java.util.List; + +import com.yeshi.fanli.entity.bus.homemodule.SpecialPlace; +import com.yeshi.fanli.exception.homemodule.SpecialPlaceException; + +public interface SpecialPlaceService { + + public SpecialPlace selectByPrimaryKey(Long id); + + /** + * 淇濆瓨銆佷慨鏀� + * @param record + * @throws SpecialPlaceException + * @throws Exception + */ + public void saveObject(SpecialPlace record) throws SpecialPlaceException, Exception; + + /** + * 鎵归噺鍒犻櫎 + * @param list + * @return + * @throws Exception + */ + public int deleteByPrimaryKeyList(List<Long> list) throws Exception; + + /** + * 鍚庣鏌ヨ + * @param start + * @param count + * @param key + * @return + * @throws Exception + */ + public List<SpecialPlace> listQuery(long start, int count, String key) throws Exception; + + public long countQuery(String key); + + /** + * 鑾峰彇鎵�鏈変笓棰樹綅缃� + * @return + */ + public List<SpecialPlace> getEffectiveList(); + +} -- Gitblit v1.8.0