does the entity originally shared by each module in the micro-service system need to be extracted and put into the shared dependency management?
if not extracted, you need each module to define its own Bean that feels a lot of repetition, but you can let each module manage independently,
otherwise reference a common entity,. Once the entity package is modified, all modules will be affected.
is it necessary to have a special department to manage entity in actual production?