quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Need to add a feature to append a suffix to class names, as model classes

Open junixapp opened this issue 1 year ago • 0 comments

We need to add a feature to append a suffix to class names, as model classes in most projects end with "model" or "entity". Currently, the generated classes do not have this suffix, and it has to be added manually. This feature is very much needed. Please note that the data returned by the backend API often has a nested structure, so all generated classes should include this suffix. Thank you.

junixapp avatar Feb 29 '24 07:02 junixapp