Merge branch 'sxy' into dev

This commit is contained in:
孙肖扬 2025-06-11 11:01:32 +08:00
commit 1b4e4e72a9
2 changed files with 996 additions and 1607 deletions

File diff suppressed because it is too large Load Diff

View File

@ -38,13 +38,6 @@ func (this *BundleProfile) Validate() error {
return nil
}
func (this *BundleProfileLang) Validate() error {
for _, item := range this.ValueAddServiceLang {
if item != nil {
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
return github_com_mwitkow_go_proto_validators.FieldError("ValueAddServiceLang", err)
}
}
}
return nil
}
func (this *SaveResponse) Validate() error {