Skip to content

Commit

Permalink
fix 211
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed May 11, 2022
1 parent a7260a9 commit 11d9a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/view/model/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func getCamelName(name string) string {
// return mybigcamel.Marshal(strings.TrimSuffix(name, "s"))
// }

return mybigcamel.Marshal(name)
return mybigcamel.Marshal(strings.ToLower(name))
}

// titleCase title case.首字母大写
Expand Down

0 comments on commit 11d9a6a

Please sign in to comment.