fhx
2024-04-01 e4b84e0f62b9f93e0c619f3a42275dd9a5f0de0b
phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiConsultantCashService.java
@@ -32,5 +32,8 @@
    @PostMapping("/report/consultant/cash/total/list")
    Result totalList(@RequestBody ConsultantCashReportDto dto);
    /** 导出 - 咨询师现金业绩 */
    @PostMapping("/report/consultant/cash/export")
    Result export(@RequestBody ConsultantCashReportDto dto);
}