Commit b9d3c287 authored by jiangkebao's avatar jiangkebao

添加销售报表导出rpc

parent de7bd21e
......@@ -16,4 +16,11 @@ interface OperationServiceInterface
* @return mixed
*/
public function getBusinessSaleOtherDatum(array $conditions);
/**
* 获取销售报表其他数据
* @param array $conditions 必传条件 site_id team_id start_time end_time
* @return mixed
*/
public function getBusinessSaleOtherDatumRmb(array $conditions);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment