[FEAT] 商品管理模組重構、UI 清晰度優化與多語系標籤字體調整

This commit is contained in:
2026-03-26 17:32:15 +08:00
parent ac51027dda
commit 8ec5473ec7
12 changed files with 1152 additions and 9 deletions

View File

@@ -23,11 +23,13 @@ class Company extends Model
'status',
'valid_until',
'note',
'settings',
];
protected $casts = [
'valid_until' => 'date',
'status' => 'integer',
'settings' => 'array',
];
/**