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

@@ -18,7 +18,6 @@ class Product extends Model
protected $fillable = [
'code',
'barcode',
'sku',
'name',
'external_pos_id',
'category_id',