mingzaily
mingzaily
## Describe the feature define ```golang type SrcTags struct { FieldA string FieldB string } type DestTags struct { FieldA string FieldB string FieldC string `copier:"FieldA"` } dst := &DestTags{}...
### 1. What version of `Go` and system type/arch are you using? go 1.17, mac ### 2. What version of `GoFrame` are you using? v2.1.0-rc4 ### 3. Can this issue...
First of all, thank the author for providing such an excellent plug-in. But how do I set it so that one of the parameters can be replaced when retrying? ```golang...