🐛 fix bugs
Signed-off-by: jagger <cossjie@foxmail.com> Former-commit-id: 43a66ceaca2f1a47738b21bdd49f29d3b216a1de
This commit is contained in:
parent
4e2b15ad1a
commit
2bd5d4ef99
|
@ -705,7 +705,7 @@ type ClusterRelationInfo struct {
|
||||||
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