Skip to content
New issue

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

通过对象模型生成的复合对象无法编辑修改 #38

Open
xvm03 opened this issue Apr 20, 2020 · 1 comment
Open

通过对象模型生成的复合对象无法编辑修改 #38

xvm03 opened this issue Apr 20, 2020 · 1 comment

Comments

@xvm03
Copy link

xvm03 commented Apr 20, 2020

创建一个复合对象类ResultSupport,通过该类方法生成模型对象,修改测试脚本里选择通过模板创建自定义参数,保存后复合对象直接被设置为null

image

public class ResultSupport implements Serializable {
private static final long serialVersionUID = 1L;
private boolean success = false;
private SubmitAlipayOrderResultDTO dataObject;
private String code;
private String message;

public boolean isSuccess() {
    return this.success;
}

}

@PerryYu
Copy link

PerryYu commented Apr 28, 2020

复合对象请点击上方的Span按钮展开在右侧界面进行编辑,同理如果对象内部又有嵌套对象继续点击上方对应的span展开编辑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants