|
|
@@ -186,17 +186,17 @@ public interface IOrderService extends IService<Order> {
|
|
|
/**
|
|
|
* 统计分析 包装费对账列表和检索条件查询
|
|
|
*/
|
|
|
- IPage<SalesDetailsVo> selPackingFee(IPage<SalesDetailsVo> page, SalesDetailsVo detailsVo);
|
|
|
+ IPage<SalesDetailsVo> selPackingFee(IPage<SalesDetailsVo> page,SalesDetailsVo detailsVo);
|
|
|
|
|
|
/**
|
|
|
* 统计分析 包装费对账导出
|
|
|
*/
|
|
|
- List<PackingFeeExcel> selPackingFeeExport(SalesDetailsVo detailsVo);
|
|
|
+ List<PackingFeeExcel> selPackingFeeExport(SalesDetailsVo detailsVo );
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 统计分析 销售利润
|
|
|
*/
|
|
|
- IPage<SalesDetailsVo> selSalesProfit(IPage<SalesDetailsVo> page,SalesDetailsVo detailsVo);
|
|
|
+ IPage<SalesDetailsVo> selSalesProfit(IPage<SalesDetailsVo> page, SalesDetailsVo detailsVo);
|
|
|
|
|
|
}
|