Andru
2023-11-17 9aa0731c7b4783c7748d17883c86ad5631870ff8
phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipDeductionService.java
@@ -69,6 +69,6 @@
    /**
     * 划扣术后提示卡通知获取数据
     */
    @PostMapping(value = "/deduction/postoperative/card/notice")
    Result postoperativeCardNotice(@RequestBody DeductionDto dto);
    @PostMapping(value = "/deduction/postoperative/card/info")
    Result postoperativeCardInfo(@RequestBody DeductionDto dto);
}