Andru
2023-11-17 9aa0731c7b4783c7748d17883c86ad5631870ff8
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);
}