refactor: 移除 SKU 欄位,統一使用 code 作為商品代碼
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 1m22s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-02-09 11:15:52 +08:00
parent c2e0ff726d
commit 590580e20a
6 changed files with 37 additions and 11 deletions

View File

@@ -22,7 +22,6 @@ class ProductSyncController extends Controller
'external_pos_id' => 'required|string',
'name' => 'required|string',
'price' => 'nullable|numeric',
'sku' => 'nullable|string',
'barcode' => 'nullable|string',
'category' => 'nullable|string',
'unit' => 'nullable|string',