wangrenhuang
2023-11-06 e6760711ae80d54481d1cb7321e10a3c6f2cb795
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);
}