From e1cc0d03fadc2d251d36c0dc3650f75e830d5363 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 07 四月 2022 19:12:42 +0800
Subject: [PATCH] 功能完善

---
 app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 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 5a0151c..d5be594 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
@@ -3,6 +3,9 @@
 import java.lang.Exception;
 import javax.annotation.Resource;
 import java.util.Date;
+
+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;
@@ -46,5 +49,16 @@
 	 */
     public void delete(List<String> idList) ;
 
+    /**
+     * @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);
+
 
 }

--
Gitblit v1.8.0