支持嵌套结构体验证 #1

Merged
zhangdeman merged 7 commits from feture/nested_struct into master 2025-03-21 23:44:47 +08:00
Showing only changes of commit 9859cba993 - Show all commits

View File

@ -130,7 +130,7 @@ func (h *handle) checkRequired(field StructField) (bool, bool) {
} }
return true, false return true, false
} }
return false, false return false, isHasRequiredRule
} }
// getSourceDataValue 获取源数据值 // getSourceDataValue 获取源数据值