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
响应泛型对象: public class ResultModel implements Serializable { private int code; private String text; private T data; }
Yapi显示: code | integer | 非必须 | | http状态码 | data | object | 非必须 | | data | 备注: data text | string | 非必须 | | 描述
问题如下: data泛型是个VO,yapi上不显示VO以下属性,请问这个怎么解决?
The text was updated successfully, but these errors were encountered:
建议使用Object 但是这确实是个问题 我解决一下
Sorry, something went wrong.
1.0.8会解决这个问题,不支持多泛型 单个泛型是可以的
No branches or pull requests
响应泛型对象:
public class ResultModel implements Serializable {
private int code;
private String text;
private T data;
}
Yapi显示:
code | integer | 非必须 | | http状态码 |
data | object | 非必须 | | data | 备注: data
text | string | 非必须 | | 描述
问题如下:
data泛型是个VO,yapi上不显示VO以下属性,请问这个怎么解决?
The text was updated successfully, but these errors were encountered: