🐛 fix bugs
Signed-off-by: jagger <cossjie@foxmail.com> Former-commit-id: 3c3bbaa0a519537e1e91966fd73032618f6dd07b
This commit is contained in:
parent
2914bdb7d9
commit
4e2b15ad1a
|
@ -728,7 +728,7 @@ type ClusterRelationInfo {
|
||||||
COwnerId string `json:"cOwnerId,omitempty" db:"owner_id"`
|
COwnerId string `json:"cOwnerId,omitempty" db:"owner_id"`
|
||||||
CAuthType string `json:"cAuthType,omitempty" db:"auth_type"`
|
CAuthType string `json:"cAuthType,omitempty" db:"auth_type"`
|
||||||
CRegionDict string `json:"cRegionDict,omitempty" db:"-"`
|
CRegionDict string `json:"cRegionDict,omitempty" db:"-"`
|
||||||
CProducerDict string `json:"CProducerDict,omitempty" db:"-"`
|
CProducerDict string `json:"cProducerDict,omitempty" db:"-"`
|
||||||
CCreateTime string `json:"cCreateTime,omitempty" db:"created_time" gorm:"autoCreateTime"`
|
CCreateTime string `json:"cCreateTime,omitempty" db:"created_time" gorm:"autoCreateTime"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue