1
I am creating an ERP type application, and I am using the DDD CQRS Standard, where at the initial moment of the project I am creating the entities of customers, suppliers and carriers, where they inherit from the entity person, I thought to do it in several ways, but do not know which is the best for the standard used (DDD CQRS), would like opinions...
On the system, it will be multi tenant,
I would like tips on database linkage and domain modeling, if you have examples of other similar systems that used as standard DDD CQRS please be grateful.
Below is an example of the modeling prototype I’m thinking of doing. and below it the division of folders within the layer "Domain".