|
|
@@ -1,5 +1,7 @@
|
|
|
package com.poteviohealth.cgp.statistics.service;
|
|
|
|
|
|
+import com.poteviohealth.cgp.common.integrated.finance.model.MemberPlanDTO;
|
|
|
+import com.poteviohealth.cgp.common.integrated.finance.model.MemberPlanPageDTO;
|
|
|
import com.poteviohealth.cgp.common.service.IBaseService;
|
|
|
import com.poteviohealth.cgp.statistics.model.Order;
|
|
|
import com.poteviohealth.cgp.statistics.model.indto.DishesOrderWebInDTO;
|
|
|
@@ -45,4 +47,12 @@ public interface IOrderService extends IBaseService<Order> {
|
|
|
* @return
|
|
|
*/
|
|
|
List<OrderExcelDTO> excelList(OrderWebInDTO orderWebInDTO);
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * excel导出
|
|
|
+ * @param dto
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ List<MemberPlanDTO> pageCardExcel(MemberPlanPageDTO dto);
|
|
|
}
|