feat(inventory): 商品管理新增儲位欄位
This commit is contained in:
@@ -26,6 +26,7 @@ class Product extends Model
|
||||
'large_unit_id',
|
||||
'conversion_rate',
|
||||
'purchase_unit_id',
|
||||
'location',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user