From ce3420676d9ccf4a2bdf87aeb7ad1494b5e5d26c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 09 四月 2022 14:42:26 +0800
Subject: [PATCH] 图片上传与邀请图完善

---
 app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java |   66 ++++++++++++++++++++------------
 1 files changed, 41 insertions(+), 25 deletions(-)

diff --git a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java
index d5be594..aecfb2e 100644
--- a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java
+++ b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java
@@ -7,7 +7,9 @@
 import com.yeshi.makemoney.app.entity.SystemEnum;
 import com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetType;
 import org.yeshi.utils.bean.BeanUtil;
+
 import java.util.List;
+
 import com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetPrice;
 import com.yeshi.makemoney.app.service.inter.goldcorn.GoldCornGetPriceService;
 import com.yeshi.makemoney.app.service.query.goldcorn.GoldCornGetPriceQuery;
@@ -16,49 +18,63 @@
 public interface GoldCornGetPriceService {
 
     /**
-	 * 鑾峰彇鍒楄〃
-	 * @param goldCornGetPriceQuery
-	 * @param page
-	 * @param pageSize
-	 * @return
-	 */
-    public List<GoldCornGetPrice> list(GoldCornGetPriceQuery goldCornGetPriceQuery, int page, int pageSize) ;
+     * 鑾峰彇鍒楄〃
+     *
+     * @param goldCornGetPriceQuery
+     * @param page
+     * @param pageSize
+     * @return
+     */
+    public List<GoldCornGetPrice> list(GoldCornGetPriceQuery goldCornGetPriceQuery, int page, int pageSize);
 
     /**
-	 * 
-	 */
-    public long count(GoldCornGetPriceQuery goldCornGetPriceQuery) ;
+     *
+     */
+    public long count(GoldCornGetPriceQuery goldCornGetPriceQuery);
 
     /**
-	 * 
-	 */
-    public GoldCornGetPrice get(String id) ;
+     *
+     */
+    public GoldCornGetPrice get(String id);
 
     /**
-	 * 
-	 */
-    public void add(GoldCornGetPrice goldCornGetPrice)  throws Exception;
+     *
+     */
+    public void add(GoldCornGetPrice goldCornGetPrice) throws Exception;
 
     /**
-	 * 
-	 */
-    public void update(GoldCornGetPrice goldCornGetPrice) ;
+     *
+     */
+    public void update(GoldCornGetPrice goldCornGetPrice);
 
     /**
-	 * 
-	 */
-    public void delete(List<String> idList) ;
+     *
+     */
+    public void delete(List<String> idList);
 
     /**
-     * @author hxh 
+     * @return com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetPrice
+     * @author hxh
      * @description 鑾峰彇浠锋牸
      * @date 18:14 2022/4/6
      * @param: system
      * @param: type
      * @param: date
-     * @return com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetPrice
      **/
-    public GoldCornGetPrice getPrice(SystemEnum system, GoldCornGetType type,Date date);
+    public GoldCornGetPrice getPrice(SystemEnum system, GoldCornGetType type, Date date);
+
+
+    /**
+     * @return java.lang.Integer
+     * @author hxh
+     * @description 鑾峰彇浠锋牸閰嶇疆涓殑閲戝竵鍗曚环
+     * @date 16:06 2022/4/8
+     * @param: system
+     * @param: type
+     * @param: date
+     * @param: hasBoss
+     **/
+    public Integer getPriceCornNum(SystemEnum system, GoldCornGetType type, Date date, boolean hasBoss);
 
 
 }

--
Gitblit v1.8.0