fhx
2024-06-14 b5b4c45f69a16bb233fc08ab2fc7baf66054e12f
phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipDeductionService.java
@@ -77,4 +77,10 @@
     */
    @PostMapping(value = "/deduction/update/deduction/picture")
    Result updateDeductionPicture(@RequestBody DeductionDto dto);
    /**
     * 修改划扣其他信息
     */
    @PostMapping(value = "/deduction/edit/deduction/other/info")
    Result editDeductionOtherInfo(@RequestBody DeductionDto dto);
}