按钮组件model修改

yun-zuoyi
zcg 5 years ago
parent 9ab0d784dd
commit 83d7a618bf

@ -20,6 +20,9 @@ public class ButtonComponentResultModel {
@ApiParam("成功信号")
private boolean isSuccess;
@ApiParam("是否跳过工序")
private boolean isJumpProcess;
@ApiParam("提示信息")
private String msg;

Loading…
Cancel
Save