feat:depot_sale

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-02-24 10:07:56 +08:00
parent cc37f34abb
commit bc1eaffeaf
3 changed files with 59 additions and 4 deletions

View File

@@ -181,6 +181,18 @@ class DepotController
return (new DepotService)->saleList();
}
/**
* 统计销售额
* @param DepotRequest $request
* @return array
*/
#[RequestMapping(path: "sale_statistics", methods: "GET")]
#[Scene(scene: "sale_statistics")]
public function saleStatistics(DepotRequest $request): array
{
return (new DepotService)->saleStatistics();
}
/**
* 回收
* @param DepotRequest $request