From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 18 一月 2020 12:06:27 +0800 Subject: [PATCH] 用户注册信息 --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java | 106 ++++++++++++++++++++++++++-------------------------- 1 files changed, 53 insertions(+), 53 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java index 282e255..c4821fd 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java @@ -1,54 +1,54 @@ -package com.yeshi.fanli.dao.mybatis.brand; - -import java.util.List; - -import org.apache.ibatis.annotations.Param; - -import com.yeshi.fanli.dao.BaseMapper; -import com.yeshi.fanli.entity.brand.BrandClass; - -public interface BrandClassMapper extends BaseMapper<BrandClass>{ - - /** - * 鏌ヨ鍝佺墝鍒嗙被 - * @return - */ - List<BrandClass> listEffective(); - - /** - * 鎺掑簭 - * @return - */ - int getMaxOrder(); - - /** - * 鑾峰彇鐩搁偦搴忓彿 - * @param position - * @param type - * @return - */ - BrandClass getByAdjoinOrder(@Param("order") Integer order, @Param("type") Integer type); - - - - /** - * 鏍规嵁涓婚敭鎵归噺鍒犻櫎 - * @param list - * @return - */ - int deleteBatchByPrimaryKey(List<Long> list); - - /** - * 鏌ヨ鍒楄〃 - * @param start - * @param count - * @param key - * @param state - * @return - */ - List<BrandClass> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key, - @Param("state") Integer state); - - long countQuery(@Param("key") String key, @Param("state") Integer state); - +package com.yeshi.fanli.dao.mybatis.brand; + +import java.util.List; + +import org.apache.ibatis.annotations.Param; + +import com.yeshi.fanli.dao.BaseMapper; +import com.yeshi.fanli.entity.brand.BrandClass; + +public interface BrandClassMapper extends BaseMapper<BrandClass>{ + + /** + * 鏌ヨ鍝佺墝鍒嗙被 + * @return + */ + List<BrandClass> listEffective(); + + /** + * 鎺掑簭 + * @return + */ + int getMaxOrder(); + + /** + * 鑾峰彇鐩搁偦搴忓彿 + * @param position + * @param type + * @return + */ + BrandClass getByAdjoinOrder(@Param("order") Integer order, @Param("type") Integer type); + + + + /** + * 鏍规嵁涓婚敭鎵归噺鍒犻櫎 + * @param list + * @return + */ + int deleteBatchByPrimaryKey(List<Long> list); + + /** + * 鏌ヨ鍒楄〃 + * @param start + * @param count + * @param key + * @param state + * @return + */ + List<BrandClass> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key, + @Param("state") Integer state); + + long countQuery(@Param("key") String key, @Param("state") Integer state); + } \ No newline at end of file -- Gitblit v1.8.0