WTM icon indicating copy to clipboard operation
WTM copied to clipboard

数据字典功能并不复杂,只是有利有弊。如果用数据字典,带枚举字段的查询就需要关联字典表,效率上可能是个问题。另外如果需要多语言的话,字典表还需要实现数据的多语言,增加了整个系统的复杂度。

Open Ten-Night opened this issue 4 years ago • 1 comments

数据字典功能并不复杂,只是有利有弊。如果用数据字典,带枚举字段的查询就需要关联字典表,效率上可能是个问题。另外如果需要多语言的话,字典表还需要实现数据的多语言,增加了整个系统的复杂度。

Originally posted by @liuliang-wt in https://github.com/dotnetcore/WTM/issues/126#issuecomment-552742562

Ten-Night avatar Sep 05 '21 18:09 Ten-Night

枚举字典数据是否有好的处理方式可以管理?

Ten-Night avatar Sep 05 '21 18:09 Ten-Night