modified: main_dc/yalarba/api_es/internal/models/account.go
add business info into Account easysite102.ru
This commit is contained in:
@@ -14,4 +14,12 @@ type Account struct {
|
|||||||
LastName string `gorm:"not null;default:'LastName'" json:"last_name"`
|
LastName string `gorm:"not null;default:'LastName'" json:"last_name"`
|
||||||
Phone string `json:"phone"`
|
Phone string `json:"phone"`
|
||||||
City string `json:"city"`
|
City string `json:"city"`
|
||||||
|
|
||||||
|
// Бизнес информация (для владельцев объектов)
|
||||||
|
OrganizationForm string `json:"organization_form"` // ИП, ООО и т.д.
|
||||||
|
OrganizationName string `json:"organization_name"`
|
||||||
|
OrganizationShort string `json:"organization_short"`
|
||||||
|
INN string `json:"inn"` // ИНН организации
|
||||||
|
PersonalINN string `json:"personal_inn"` // Личный ИНН
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user