mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix(region): project mapping optional
This commit is contained in:
@@ -32,7 +32,7 @@ import (
|
||||
)
|
||||
|
||||
type SProjectMappingResourceBase struct {
|
||||
ProjectMappingId string `width:"36" charset:"ascii" nullable:"false" create:"required" index:"true" list:"user" json:"project_mapping_id"`
|
||||
ProjectMappingId string `width:"36" charset:"ascii" nullable:"false" create:"optional" index:"true" list:"user" json:"project_mapping_id"`
|
||||
}
|
||||
|
||||
type SProjectMappingResourceBaseManager struct{}
|
||||
|
||||
Reference in New Issue
Block a user