feat: sku
This commit is contained in:
@@ -144,12 +144,10 @@ class GoodController
|
||||
|
||||
/**
|
||||
* cycle 列表
|
||||
* @param GoodRequest $request
|
||||
* @return array
|
||||
*/
|
||||
#[RequestMapping(path: "list_cycle", methods: "POST")]
|
||||
#[Scene(scene: "list_cycle")]
|
||||
public function cycleList(GoodRequest $request): array
|
||||
#[RequestMapping(path: "list_cycle", methods: "GET")]
|
||||
public function cycleList(): array
|
||||
{
|
||||
return (new CycleService)->handle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user