chenjiahe
2024-09-11 f0a8c04c54f2490bb00f59c5294a7a70ce62c429
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);
}