forked from baron/baron-sso
개발자 등록 신청 입력 안내 및 역할 표기 개선
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user