Files
taxbaik/src/TaxBaik.Application
kjh2064 b7baff18dc
TaxBaik CI/CD / build-and-deploy (push) Failing after 56s
feat: add DataAnnotations to Inquiry DTOs
- Add [Required], [StringLength], [RegularExpression] to all fields
- Name: Required, max 100 characters
- Phone: Required, Korean phone number regex validation
- Email: Optional, email format validation
- ServiceType: Optional, max 50 characters
- Message: Required, 10-5000 characters
- Status (UpdateInquiryDto): Required
- AdminMemo: Optional, max 1000 characters

Provides automatic validation at DTO layer via DataAnnotations.
All error messages are user-friendly in Korean.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04 02:50:37 +09:00
..