From 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期六, 09 五月 2020 21:41:27 +0800
Subject: [PATCH] 2.1需求

---
 fanli/src/main/java/com/yeshi/fanli/dao/mybatis/redpack/RedPackBalanceMapper.java |  128 +++++++++++++++++++++---------------------
 1 files changed, 64 insertions(+), 64 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/redpack/RedPackBalanceMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/redpack/RedPackBalanceMapper.java
index b448b3b..16559f7 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/redpack/RedPackBalanceMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/redpack/RedPackBalanceMapper.java
@@ -1,65 +1,65 @@
-package com.yeshi.fanli.dao.mybatis.redpack;
-
-import java.math.BigDecimal;
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.dao.BaseMapper;
-import com.yeshi.fanli.entity.redpack.RedPackBalance;
-import com.yeshi.fanli.vo.redpack.RedPackBalanceVO;
-
-public interface RedPackBalanceMapper extends BaseMapper<RedPackBalance> {
-	
-	/**
-	 *    鍑忔帀鐢ㄦ埛绾㈠寘閲戦
-	 * @param id
-	 * @param money
-	 */
-	void subRedPack(@Param("id") long id, @Param("money") BigDecimal money);
-
-	
-	/**
-	 *   澧炲姞鐢ㄦ埛绾㈠寘閲戦
-	 * @param id
-	 * @param money
-	 */
-	void addRedPack(@Param("id") long id, @Param("money") BigDecimal money);
-
-	
-	/**
-	 * 鏌ヨ鐢ㄤ簬鏇存柊浣欓-閿佸畾
-	 * @param id
-	 * @return
-	 */
-	RedPackBalance selectForUpdate(long id);
-	
-	/**
-	 * 鍟嗗搧鍒楄〃鏌ヨ
-	 * 
-	 * @param key
-	 * @param state
-	 * @param start
-	 * @param count
-	 * @return
-	 */
-	List<RedPackBalanceVO> query(@Param("start") long start,@Param("count") int count, @Param("key") String key,
-			@Param("state") Integer state, @Param("order") Integer order);
-
-	/**
-	 * 鍟嗗搧璁℃暟
-	 * 
-	 * @param key
-	 * @param state
-	 * @return
-	 */
-	long count(@Param("key") String key, @Param("state") Integer state);
-	
-	
-	/**
-	 * 閲嶇疆绾㈠寘
-	 * @param id
-	 * @return
-	 */
-	void resetRedPack(long id);
+package com.yeshi.fanli.dao.mybatis.redpack;
+
+import java.math.BigDecimal;
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.dao.BaseMapper;
+import com.yeshi.fanli.entity.redpack.RedPackBalance;
+import com.yeshi.fanli.vo.redpack.RedPackBalanceVO;
+
+public interface RedPackBalanceMapper extends BaseMapper<RedPackBalance> {
+	
+	/**
+	 *    鍑忔帀鐢ㄦ埛绾㈠寘閲戦
+	 * @param id
+	 * @param money
+	 */
+	void subRedPack(@Param("id") long id, @Param("money") BigDecimal money);
+
+	
+	/**
+	 *   澧炲姞鐢ㄦ埛绾㈠寘閲戦
+	 * @param id
+	 * @param money
+	 */
+	void addRedPack(@Param("id") long id, @Param("money") BigDecimal money);
+
+	
+	/**
+	 * 鏌ヨ鐢ㄤ簬鏇存柊浣欓-閿佸畾
+	 * @param id
+	 * @return
+	 */
+	RedPackBalance selectForUpdate(long id);
+	
+	/**
+	 * 鍟嗗搧鍒楄〃鏌ヨ
+	 * 
+	 * @param key
+	 * @param state
+	 * @param start
+	 * @param count
+	 * @return
+	 */
+	List<RedPackBalanceVO> query(@Param("start") long start,@Param("count") int count, @Param("key") String key,
+			@Param("state") Integer state, @Param("order") Integer order);
+
+	/**
+	 * 鍟嗗搧璁℃暟
+	 * 
+	 * @param key
+	 * @param state
+	 * @return
+	 */
+	long count(@Param("key") String key, @Param("state") Integer state);
+	
+	
+	/**
+	 * 閲嶇疆绾㈠寘
+	 * @param id
+	 * @return
+	 */
+	void resetRedPack(long id);
 }
\ No newline at end of file

--
Gitblit v1.8.0