add json tag lower camel case

This commit is contained in:
cuiyaming
2021-03-03 15:24:13 +08:00
parent 09482dfc19
commit 845d08585f
3 changed files with 10 additions and 4 deletions

View File

@@ -96,6 +96,11 @@ func GetIsWEBTag() bool {
return _map.IsWEBTag
}
// SetIsWEBTag json tag.json标记
func SetIsWEBTag(b bool) {
_map.IsWEBTag = b
}
// GetIsWebTagPkHidden web tag是否隐藏主键
func GetIsWebTagPkHidden() bool {
return _map.IsWebTagPkHidden