1
0
forked from baron/baron-sso

개발자 등록 신청 입력 안내 및 역할 표기 개선

This commit is contained in:
2026-04-22 15:40:17 +09:00
parent 5d334069c7
commit 9e73059d2a
5 changed files with 218 additions and 18 deletions

View File

@@ -18,6 +18,9 @@ type DeveloperRequest struct {
TenantID string `gorm:"index;not null" json:"tenantId"`
Name string `gorm:"not null" json:"name"`
Organization string `json:"organization"`
Email string `json:"email"`
Phone string `json:"phone"`
Role string `json:"role"`
Reason string `json:"reason"`
Status string `gorm:"default:'pending';not null" json:"status"` // pending, approved, rejected, cancelled
AdminNotes string `json:"adminNotes"`