feat: 제품검사 요청서 template(ID 66) 시더 및 모델 보완

- ProductInspectionRequestTemplateSeeder: 변경사유 width null→1fr 수정
- DocumentTemplateSection: description fillable 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 21:43:00 +09:00
parent f5bc4fcb19
commit 2d820cd395
2 changed files with 189 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ class DocumentTemplateSection extends Model
protected $fillable = [
'template_id',
'title',
'description',
'image_path',
'sort_order',
];