Browse Source

🐛 fix bugs

Signed-off-by: jagger <cossjie@foxmail.com>

Former-commit-id: 3c3bbaa0a5
pull/78/head
jagger 2 years ago
parent
commit
4e2b15ad1a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      api/desc/core/pcm-core.api

+ 1
- 1
api/desc/core/pcm-core.api View File

@@ -728,7 +728,7 @@ type ClusterRelationInfo {
COwnerId string `json:"cOwnerId,omitempty" db:"owner_id"`
CAuthType string `json:"cAuthType,omitempty" db:"auth_type"`
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"`
}



Loading…
Cancel
Save