Description
Go version
1.23
GoFrame version
2.8.3
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
I already set removeFieldPrefix: f_ in hack/config.yaml and then I run command 'gf gen dao'
What did you see happen?
the json tag inlucde f prefix in each entity struct field
What did you expect to see?
I want jsontag have no f prefix in entity struct field