We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.10.2]
我在入参字段上加了@ignore,但还是生成了字段
/** * @ignore */ private BigDecimal amount;
然后在idea上,右键Controller接口,EasyApi --> Export Yapi,将接口推送到系统中,在系统中看到的入参字段还是包含了该字段
谷歌
linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本号
[1.10.2]
什么问题
我在入参字段上加了@ignore,但还是生成了字段
如何复现此问题
/**
* @ignore
*/
private BigDecimal amount;
然后在idea上,右键Controller接口,EasyApi --> Export Yapi,将接口推送到系统中,在系统中看到的入参字段还是包含了该字段
什么浏览器
谷歌
什么系统(Linux, Windows, macOS)
linux
The text was updated successfully, but these errors were encountered: