jamalWebDev
2 years agoOccasional Visitor
Structuring models
Hello everyone, I want to structure the models in this way. Example:
```
Request
Order
-> Status
-> Create
-> Cancel
```
Within these schemas, I simply describe the parameters of a POST or GET request. I will be grateful for the information