This commit is contained in:
valitovgaziz
2024-08-26 11:37:23 +05:00
parent 43d5bc49ba
commit baedf4210d
+1 -1
View File
@@ -9,5 +9,5 @@ type Essence struct {
Contact Contact `json:"contact" gorm:"type:struct"`
ShortDescription string `json:"shortDesc" gorm:"type:string"`
Description string `json:"description" gorm:"type:string"`
AverageBill string `json`
AverageBill int `json:"number" gorm:"type:int"`
}