Update Goods.php

This commit is contained in:
wolfcode
2025-02-14 11:42:40 +08:00
parent b55dd8f67a
commit b510042323

View File

@@ -45,7 +45,7 @@ class Goods extends AdminController
return $this->fetch();
}
#[NodeAnnotation(title: '入库', auth: false)]
#[NodeAnnotation(title: '入库', auth: true)]
public function stock(Request $request, $id): string
{
$row = $this->model->find($id);