feat:검사기준서 탭 개선 - tolerance, measurement_type 컬럼 및 inspection_method 공통코드 추가

- document_template_section_items에 tolerance(공차), measurement_type(측정유형) 컬럼 추가
- common_codes에 inspection_method 그룹 6개 코드 삽입
- DocumentTemplateSectionItem 모델 $fillable 업데이트

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 16:29:39 +09:00
parent c90077bd51
commit f701e0636e
3 changed files with 69 additions and 0 deletions

View File

@@ -27,7 +27,9 @@ class DocumentTemplateSectionItem extends Model
'category',
'item',
'standard',
'tolerance',
'method',
'measurement_type',
'frequency',
'regulation',
'sort_order',