refactor: 移除 SKU 欄位,統一使用 code 作為商品代碼
This commit is contained in:
@@ -18,7 +18,6 @@ class Product extends Model
|
||||
protected $fillable = [
|
||||
'code',
|
||||
'barcode',
|
||||
'sku',
|
||||
'name',
|
||||
'external_pos_id',
|
||||
'category_id',
|
||||
|
||||
Reference in New Issue
Block a user