refactor: ♻️ optimize custom field logic and update related models#1020
Conversation
linwumingshi
commented
Jan 23, 2025
- Move custom field retrieval logic to getCustomFieldInfo method
- Add customResponseField and customRequestField properties to CustomFieldInfo
- Update JsonBuildHelper and ParamsBuildHelper to use new CustomFieldInfo structure
- Improve code readability and maintainability by reducing duplicate logic
- Move custom field retrieval logic to getCustomFieldInfo method - Add customResponseField and customRequestField properties to CustomFieldInfo - Update JsonBuildHelper and ParamsBuildHelper to use new CustomFieldInfo structure - Improve code readability and maintainability by reducing duplicate logic
|
Thanks for your PR. 🙏 In addition, if you have added new features, please provide example code in the repository smart-doc-group/smart-doc-example-cn. This will help other users understand how to use the new features. Code Style Reminder: 感谢您提交的PR。 🙏 另外,如果您添加了新功能,请在仓库smart-doc-group/smart-doc-example-cn中提供示例代码。这将帮助其他用户了解如何使用新功能。 代码风格提示: |
- Add `-DskipTests=true` flag to mvn install command to skip tests during build - Update step name from "Build and Install Plugin" to "Build and Install" - Update step name from "Upload Plugin Artifact" to "Upload Artifact"