fhx
2023-09-25 9c2f9747a9060c86bea3128814edcd49d6f15702
phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiDeductionService.java
@@ -21,5 +21,10 @@
    @PostMapping("/deduction/surface/list")
    Result surfaceList(@RequestBody DeductionSurfaceDto deductionSurfaceDto);
    /**
     * 未执行明细快照列表
     */
    @PostMapping("/deduction/surface/list/data")
    Result surfaceListData(@RequestBody DeductionSurfaceDto deductionSurfaceDto);
}