Add Expiring Soon

This commit is contained in:
aditya.siregar
2024-08-02 01:21:21 +07:00
parent c1ae2fd14a
commit 2e1b62e33a
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -34,6 +34,7 @@ type LicenseGetAll struct {
PartnerName string `gorm:"type:varchar(255);not null"`
LicenseStatus string `gorm:"type:string(255);not null"`
CreatedByName string `gorm:"type:string(255);not null"`
DaysToExpire int64 `gorm:"type:bigint"`
}
func (License) TableName() string {