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/lable/LabelGoodsMapper.java |  256 +++++++++++++++++++++++++-------------------------
 1 files changed, 128 insertions(+), 128 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java
index 0bab130..2bcf363 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java
@@ -1,129 +1,129 @@
-package com.yeshi.fanli.dao.mybatis.lable;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.dao.BaseMapper;
-import com.yeshi.fanli.entity.bus.lable.LabelGoods;
-
-	
-
-public interface LabelGoodsMapper extends BaseMapper<LabelGoods>{
-
-	/**
-	 * 鎵归噺鎻掑叆
-	 * @param list
-	 * @return
-	 */
-	int insertBatch(List<LabelGoods> list);
-			
-	/**
-	 * 鍒ゆ柇鏄惁宸茶创杩囨爣绛�
-	 * @param title
-	 * @param startTime
-	 * @return
-	 */
-	Long getRelationNum( @Param("labelId") Long labelId);
-	
-	/**
-	 * 鎵归噺鍒犻櫎
-	 * @param ids
-	 * @return
-	 */
-	int deleteBatchByPrimaryKey(long[] ids);
-	
-	
-	/**
-	 * 鍒犻櫎鍟嗗搧澶氫釜鏍囩
-	 */
-	void deleteByAuctionIdAndLabIDs(@Param("auctionId")Long auctionId, @Param("list") List<Long> list);
-	
-	
-	
-	/**
-	 * 鎵归噺鍒犻櫎
-	 * @param ids
-	 * @return
-	 */
-	int deleteBatchByPK(List<Long> list);
-	
-	
-	/**
-	 * 鍒ゆ柇鏄惁宸茶创杩囨爣绛�
-	 * @param title
-	 * @param startTime
-	 * @return
-	 */
-	Long isExistence(@Param("goodsId") Long goodsId, @Param("labelId") Long labelId);
-	
-	/**
-	 * 鏌ヨ鍟嗗搧褰撳墠鏄惁鍖呭惈 9k9绫荤洰
-	 * @param title
-	 * @param list
-	 * @return
-	 */
-	List<LabelGoods> listQuery9k9Class(@Param("gid") Long title, @Param("list") List<Long> list);
-	
-	
-	
-	/**
-	 * 鏌ヨ鍟嗗搧瀵瑰簲鏍囩
-	 * @param goodsId
-	 * @return
-	 */
-	int getCountByGoodsId(@Param("goodsId") Long goodsId);
-	
-	
-	/**
-	 * 鏌ヨ鍟嗗搧瀵瑰簲鏍囩 -- 鍒嗛〉
-	 * @param record
-	 * @return
-	 */
-	List<LabelGoods> queryByGoodsId(@Param("start") int start, @Param("count") int count, @Param("goodsId") Long record);
-	
-	int getCountQueryByGoodsId(@Param("goodsId") Long record);
-	
-	
-	/**
-	 * 鏍规嵁鍟嗗搧id鍒犻櫎鏍囩
-	 * @param goodsId
-	 * @return
-	 */
-	int deleteByGoodsId(Long goodsId);
-	
-	
-	int deleteBatchByGoodsId(List<Long> list);
-	
-	
-	/**
-	 * 鏍规嵁鏍囩id鎵归噺鍒犻櫎
-	 * @param ids
-	 * @return
-	 */
-	int deleteByLabId(Long labId);
-	
-	/**
-	 * 鎵归噺鍒犻櫎
-	 * @param ids
-	 * @return
-	 */
-	
-	int deleteByGoodsIdAndLabId(Long goodsId, Long labId);
-	
-	
-	/**
-	 * 鏌ヨ鎵�鏈夋暟鎹�+鏉′欢
-	 * @param start
-	 * @param count
-	 * @param goodsId
-	 * @param labIds
-	 * @return
-	 */
-	List<LabelGoods> listQuery(@Param("start") long start, @Param("count") int count, 
-			 @Param("labIds") List<Long> labIds);
-	
-	long countQuery(@Param("labIds") List<Long> labIds);
-	
-	
+package com.yeshi.fanli.dao.mybatis.lable;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.dao.BaseMapper;
+import com.yeshi.fanli.entity.bus.lable.LabelGoods;
+
+	
+
+public interface LabelGoodsMapper extends BaseMapper<LabelGoods>{
+
+	/**
+	 * 鎵归噺鎻掑叆
+	 * @param list
+	 * @return
+	 */
+	int insertBatch(List<LabelGoods> list);
+			
+	/**
+	 * 鍒ゆ柇鏄惁宸茶创杩囨爣绛�
+	 * @param title
+	 * @param startTime
+	 * @return
+	 */
+	Long getRelationNum( @Param("labelId") Long labelId);
+	
+	/**
+	 * 鎵归噺鍒犻櫎
+	 * @param ids
+	 * @return
+	 */
+	int deleteBatchByPrimaryKey(long[] ids);
+	
+	
+	/**
+	 * 鍒犻櫎鍟嗗搧澶氫釜鏍囩
+	 */
+	void deleteByAuctionIdAndLabIDs(@Param("auctionId")Long auctionId, @Param("list") List<Long> list);
+	
+	
+	
+	/**
+	 * 鎵归噺鍒犻櫎
+	 * @param ids
+	 * @return
+	 */
+	int deleteBatchByPK(List<Long> list);
+	
+	
+	/**
+	 * 鍒ゆ柇鏄惁宸茶创杩囨爣绛�
+	 * @param title
+	 * @param startTime
+	 * @return
+	 */
+	Long isExistence(@Param("goodsId") Long goodsId, @Param("labelId") Long labelId);
+	
+	/**
+	 * 鏌ヨ鍟嗗搧褰撳墠鏄惁鍖呭惈 9k9绫荤洰
+	 * @param title
+	 * @param list
+	 * @return
+	 */
+	List<LabelGoods> listQuery9k9Class(@Param("gid") Long title, @Param("list") List<Long> list);
+	
+	
+	
+	/**
+	 * 鏌ヨ鍟嗗搧瀵瑰簲鏍囩
+	 * @param goodsId
+	 * @return
+	 */
+	int getCountByGoodsId(@Param("goodsId") Long goodsId);
+	
+	
+	/**
+	 * 鏌ヨ鍟嗗搧瀵瑰簲鏍囩 -- 鍒嗛〉
+	 * @param record
+	 * @return
+	 */
+	List<LabelGoods> queryByGoodsId(@Param("start") int start, @Param("count") int count, @Param("goodsId") Long record);
+	
+	int getCountQueryByGoodsId(@Param("goodsId") Long record);
+	
+	
+	/**
+	 * 鏍规嵁鍟嗗搧id鍒犻櫎鏍囩
+	 * @param goodsId
+	 * @return
+	 */
+	int deleteByGoodsId(Long goodsId);
+	
+	
+	int deleteBatchByGoodsId(List<Long> list);
+	
+	
+	/**
+	 * 鏍规嵁鏍囩id鎵归噺鍒犻櫎
+	 * @param ids
+	 * @return
+	 */
+	int deleteByLabId(Long labId);
+	
+	/**
+	 * 鎵归噺鍒犻櫎
+	 * @param ids
+	 * @return
+	 */
+	
+	int deleteByGoodsIdAndLabId(Long goodsId, Long labId);
+	
+	
+	/**
+	 * 鏌ヨ鎵�鏈夋暟鎹�+鏉′欢
+	 * @param start
+	 * @param count
+	 * @param goodsId
+	 * @param labIds
+	 * @return
+	 */
+	List<LabelGoods> listQuery(@Param("start") long start, @Param("count") int count, 
+			 @Param("labIds") List<Long> labIds);
+	
+	long countQuery(@Param("labIds") List<Long> labIds);
+	
+	
 }
\ No newline at end of file

--
Gitblit v1.8.0