wangrenhuang
2023-02-03 d14051bf1ab6b9e5f723649375aca105a1e18354
phis-feign/src/main/java/com/hz/his/feign/service/phis/SCouponService.java
@@ -87,4 +87,11 @@
     */
    @PostMapping(value = "/getCouponList")
    Result getCouponList(@RequestBody CouponDto couponDto);
    /**
     * 查询优惠券码详情(不分页)
     * @return Result
     */
    @PostMapping(value = "/getCouponNumber")
    Result getCouponNumber(@RequestBody CouponDto couponDto);
}