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/dao/mybatis/customerservice/CustomerServiceCommonQuestionMapper.java | 130 +++++++++++++++++++++--------------------- 1 files changed, 65 insertions(+), 65 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/customerservice/CustomerServiceCommonQuestionMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/customerservice/CustomerServiceCommonQuestionMapper.java index 99c0769..dd267bf 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/customerservice/CustomerServiceCommonQuestionMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/customerservice/CustomerServiceCommonQuestionMapper.java @@ -1,66 +1,66 @@ -package com.yeshi.fanli.dao.mybatis.customerservice; - -import java.util.List; - -import org.apache.ibatis.annotations.Param; - -import com.yeshi.fanli.entity.customerservice.CustomerServiceCommonQuestion; - -public interface CustomerServiceCommonQuestionMapper { - - int deleteByPrimaryKey(Long id); - - int deleteBatchByPrimaryKey(List<Long> list); - - int insert(CustomerServiceCommonQuestion record); - - int insertSelective(CustomerServiceCommonQuestion record); - - CustomerServiceCommonQuestion selectByPrimaryKey(Long id); - - /** - * 鎸塊EY鍊兼ā绯婃绱� - * - * @param key - * @return - */ - List<CustomerServiceCommonQuestion> selectByKey(@Param("key")String key); - - /** - * 妫�绱㈡墍鏈夋暟鎹� - * - * @param start - * @param count - * @return - */ - List<CustomerServiceCommonQuestion> selectOrderByUpdateTime(@Param("start") long start, @Param("count") int count); - - long selectCount(); - - int updateByPrimaryKeySelective(CustomerServiceCommonQuestion record); - - int updateByPrimaryKey(CustomerServiceCommonQuestion record); - - List<String> selectKeys(); - - /** - * 鍚庣鏌ヨ鍒楄〃 - * @param start - * @param count - * @param key - * @param type - * @param state - * @return - */ - List<CustomerServiceCommonQuestion> listQuery(@Param("start") long start, @Param("count") int count, - @Param("key")String key, @Param("type")String type, - @Param("state") Integer state, @Param("sort") Integer sort); - /** - * 缁熻 - * @param key - * @param type - * @param state - * @return - */ - long countQuery(@Param("key")String key, @Param("type")String type, @Param("state") Integer state); +package com.yeshi.fanli.dao.mybatis.customerservice; + +import java.util.List; + +import org.apache.ibatis.annotations.Param; + +import com.yeshi.fanli.entity.customerservice.CustomerServiceCommonQuestion; + +public interface CustomerServiceCommonQuestionMapper { + + int deleteByPrimaryKey(Long id); + + int deleteBatchByPrimaryKey(List<Long> list); + + int insert(CustomerServiceCommonQuestion record); + + int insertSelective(CustomerServiceCommonQuestion record); + + CustomerServiceCommonQuestion selectByPrimaryKey(Long id); + + /** + * 鎸塊EY鍊兼ā绯婃绱� + * + * @param key + * @return + */ + List<CustomerServiceCommonQuestion> selectByKey(@Param("key")String key); + + /** + * 妫�绱㈡墍鏈夋暟鎹� + * + * @param start + * @param count + * @return + */ + List<CustomerServiceCommonQuestion> selectOrderByUpdateTime(@Param("start") long start, @Param("count") int count); + + long selectCount(); + + int updateByPrimaryKeySelective(CustomerServiceCommonQuestion record); + + int updateByPrimaryKey(CustomerServiceCommonQuestion record); + + List<String> selectKeys(); + + /** + * 鍚庣鏌ヨ鍒楄〃 + * @param start + * @param count + * @param key + * @param type + * @param state + * @return + */ + List<CustomerServiceCommonQuestion> listQuery(@Param("start") long start, @Param("count") int count, + @Param("key")String key, @Param("type")String type, + @Param("state") Integer state, @Param("sort") Integer sort); + /** + * 缁熻 + * @param key + * @param type + * @param state + * @return + */ + long countQuery(@Param("key")String key, @Param("type")String type, @Param("state") Integer state); } \ No newline at end of file -- Gitblit v1.8.0