Upstream sync

This commit is contained in:
Senad Uka
2023-10-16 05:44:09 +02:00
parent d01c1a0232
commit 533451f39d
3 changed files with 99 additions and 47 deletions

View File

@@ -13,6 +13,7 @@ type Device struct {
DeviceConfiguration string `json:"deviceConfiguration" gorm:"type:json"`
CompanyID uint `json:"companyId"`
DeviceInfos *[]DeviceInfo `json:"deviceInfos"`
CurrentContractID *uint `json:"currentContractId"`
}
type DeviceResponse struct {