From 222522a24994933741f47f80045d8e6dcd3b3612 Mon Sep 17 00:00:00 2001
From: fwq <582742538@qq.com>
Date: 星期五, 14 四月 2023 17:40:10 +0800
Subject: [PATCH] 门店销售快报

---
 phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiShopDayService.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiShopDayService.java b/phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiShopDayService.java
index c06f6fa..01e26f5 100644
--- a/phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiShopDayService.java
+++ b/phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiShopDayService.java
@@ -17,30 +17,35 @@
 
     /**
      * 鏃ユ姤琛�-褰撴棩鍒板簵淇℃伅
+     * ArriveShopVo
      */
     @PostMapping("/admin/export/shop/day/arriveShop")
     Result arriveShop(@RequestBody ShopReportDto shopReportDto);
 
     /**
      * 鏃ユ姤琛�-褰撴棩鍚勪笟缁╂寚鏍�
+     * ShopAchievementVo
      */
     @PostMapping("/admin/export/shop/day/indicators")
     Result indicators(@RequestBody ShopReportDto shopReportDto);
 
     /**
      * 鏂拌�佷細鍛樻暟鎹�
+     * ShopOldLeadNewVo
      */
     @PostMapping("/admin/export/shop/day/old/lead/new")
     Result oldLeadNew(@RequestBody ShopReportDto shopReportDto);
 
     /**
      * 閲嶇偣椤圭洰鎸囨爣鏁版嵁
+     * ShopImportantProjectVo
      */
     @PostMapping("/admin/export/shop/important/project/indicators/list")
     Result importantProjectIndicators(@RequestBody ShopReportDto shopReportDto);
 
     /**
      * 鍏跺畠涓氱哗淇℃伅
+     * ShopOtherVo
      */
     @RequestMapping("/admin/export/shop/other/list")
     Result otherInAchievement(@RequestBody ShopReportDto shopReportDto);

--
Gitblit v1.8.0