fix(region): project mapping optional

This commit is contained in:
屈轩
2021-05-16 14:07:40 +08:00
parent 4d7fa332ac
commit 0fbbe57e4a
@@ -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{}