mineadmin / components

mine-admin library
Apache License 2.0
10 stars 21 forks source link

feat(controller-generator): add dynamic primary key retrieval #107

Closed People-Sea closed 2 months ago

People-Sea commented 2 months ago

ControllerGenerator now dynamically fetches the primary key column name from the provided table columns rather than relying on a static method. This enhancement allows for more flexible code generation accommodate tables with non-standard primary key names.