Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将数据存储在数据库表中。使用相同的数据创建枚举。这是重复工作,每次我们更新数据库表时,我们都必须用新值更新枚举。
有一个公平的解决方案吗?像动态枚举之类的东西?或者你是如何在你的项目中解决这个问题的?