From d922690fbc15e29e152c1bb864a33296bf1b8f33 Mon Sep 17 00:00:00 2001
From: wangrenhuang <wangren_huang@163.com>
Date: 星期一, 06 十一月 2023 15:04:43 +0800
Subject: [PATCH] 新增crm查看美际数据接口

---
 phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java
index 57fef07..b1ed46a 100644
--- a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java
+++ b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java
@@ -42,4 +42,8 @@
      */
     @PostMapping(value = "/consumables/coupon/list")
     Result getConsumablesCouponList(@RequestBody PageDto pageDto);
+
+    /** 妫�鏌ヤ紭鎯犲埜鍟嗗搧鏄惁鍙喘涔� */
+    @PostMapping(value = "/check/consumables/coupon/isBuy")
+    Result checkConsumablesCouponIsBuy(@RequestBody ConsumablesDto dto);
 }
\ No newline at end of file

--
Gitblit v1.8.0